#864BA4

Color #864BA4 Studio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Studio #864BA4

Tints of Studio #864BA4

Color information

#864BA4 (or 0x864BA4) is unknown color: approx Studio. HEX triplet: 86, 4B and A4. RGB value is (134,75,164). Sum of RGB (Red+Green+Blue) = 134+75+164=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 164 (64.45% from 255 or 43.97% from 373); Max value from RGB is 164 - color contains mainly: blue. Hex color #864BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864BA4 is #79B45B. Grayscale: #666666. Windows color (decimal): -7976028 or 10767238. OLE color: 10767238.

HSL color Cylindrical-coordinate representation of color #864BA4: hue angle of 279.78º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864BA4 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB13475164-
CMYK0.180.5400.36
HSL279.78º37.24%46.86%-
HSV(B)279.78º54.27%64.31%-
XYZ19.0512.7836.58-
YUV102.79162.55150.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 75 (29.69% from 255) = 20.11%
BLUE value IS 164 (64.45% from 255) = 43.97%
R=35.92%
G=20.11%
B=43.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal134751640.180.5400.36279.7837.2446.86
Hex864BA41236024118252f
Octal20611324422660444304557
Binary10000110100101110100100100101101100100100100011000100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864BA4; }

 p { color: rgb(134,75,164); }

 H1.HeaderClassName
 {
   color: #864BA4;
 }
 .AnyTagClassName
 {
   color: #864BA4;
 }
</style>
background-color css

<style>
 a { background-color: #864BA4; }

 a { background-color: rgb(134,75,164); }

 div.DivClassName
 {
   background-color: #864BA4;
 }
 .BgClassName
 {
   background-color: #864BA4;
 }
</style>
border-color css

<style>
 span { border-color: #864BA4; }

 span { border-color: rgb(134,75,164); }

 td.TdClassName
 {
   border-color: #864BA4;
 }
 .TagClassName
 {
   border-color: #864BA4;
 }
</style>