#864BAB

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

Shades of Studio #864BAB

Tints of Studio #864BAB

Color information

#864BAB (or 0x864BAB) is unknown color: approx Studio. HEX triplet: 86, 4B and AB. RGB value is (134,75,171). Sum of RGB (Red+Green+Blue) = 134+75+171=380 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.26% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 171 (67.19% from 255 or 45% from 380); Max value from RGB is 171 - color contains mainly: blue. Hex color #864BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864BAB is #79B454. Grayscale: #676767. Windows color (decimal): -7976021 or 11225990. OLE color: 11225990.

HSL color Cylindrical-coordinate representation of color #864BAB: hue angle of 276.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #864BAB is Cyan = 0.22, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13475171-
CMYK0.220.5600.33
HSL276.88º39.02%48.24%-
HSV(B)276.88º56.14%67.06%-
XYZ19.713.0440.01-
YUV103.58166.05149.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.26%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 171 (67.19% from 255) = 45%
R=35.26%
G=19.74%
B=45%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134751710.220.5600.33276.8839.0248.24
Hex864BAB16380211152730
Octal20611325326700414254760
Binary10000110100101110101011101101110000100001100010101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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