#864BA7

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

Shades of Studio #864BA7

Tints of Studio #864BA7

Color information

#864BA7 (or 0x864BA7) is unknown color: approx Studio. HEX triplet: 86, 4B and A7. RGB value is (134,75,167). Sum of RGB (Red+Green+Blue) = 134+75+167=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 75 (29.69% from 255 or 19.95% from 376); Blue value is 167 (65.62% from 255 or 44.41% from 376); Max value from RGB is 167 - color contains mainly: blue. Hex color #864BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864BA7 is #79B458. Grayscale: #666666. Windows color (decimal): -7976025 or 10963846. OLE color: 10963846.

HSL color Cylindrical-coordinate representation of color #864BA7: hue angle of 278.48º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #864BA7 is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13475167-
CMYK0.200.5500.35
HSL278.48º38.02%47.45%-
HSV(B)278.48º55.09%65.49%-
XYZ19.3212.8938.03-
YUV103.13164.05150.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 75 (29.69% from 255) = 19.95%
BLUE value IS 167 (65.62% from 255) = 44.41%
R=35.64%
G=19.95%
B=44.41%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134751670.200.5500.35278.4838.0247.45
Hex864BA71437023116262f
Octal20611324724670434264657
Binary10000110100101110100111101001101110100011100010110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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