#864F9D

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

Shades of Studio #864F9D

Tints of Studio #864F9D

Color information

#864F9D (or 0x864F9D) is unknown color: approx Studio. HEX triplet: 86, 4F and 9D. RGB value is (134,79,157). Sum of RGB (Red+Green+Blue) = 134+79+157=370 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.22% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 157 (61.72% from 255 or 42.43% from 370); Max value from RGB is 157 - color contains mainly: blue. Hex color #864F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864F9D is #79B062. Grayscale: #686868. Windows color (decimal): -7975011 or 10309510. OLE color: 10309510.

HSL color Cylindrical-coordinate representation of color #864F9D: hue angle of 282.31º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864F9D is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13479157-
CMYK0.150.5000.38
HSL282.31º33.05%46.27%-
HSV(B)282.31º49.68%61.57%-
XYZ18.7113.0933.44-
YUV104.34157.72149.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.22%
GREEN value IS 79 (31.25% from 255) = 21.35%
BLUE value IS 157 (61.72% from 255) = 42.43%
R=36.22%
G=21.35%
B=42.43%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134791570.150.5000.38282.3133.0546.27
Hex864F9DF3202611a212e
Octal20611723517620464324156
Binary1000011010011111001110111111100100100110100011010100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,79,157); }

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

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

 a { background-color: rgb(134,79,157); }

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

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

 span { border-color: rgb(134,79,157); }

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