#864FAA

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

Shades of Studio #864FAA

Tints of Studio #864FAA

Color information

#864FAA (or 0x864FAA) is unknown color: approx Studio. HEX triplet: 86, 4F and AA. RGB value is (134,79,170). Sum of RGB (Red+Green+Blue) = 134+79+170=383 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.99% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 170 - color contains mainly: blue. Hex color #864FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864FAA is #79B055. Grayscale: #696969. Windows color (decimal): -7974998 or 11161478. OLE color: 11161478.

HSL color Cylindrical-coordinate representation of color #864FAA: hue angle of 276.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864FAA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13479170-
CMYK0.210.5400.33
HSL276.26º36.55%48.82%-
HSV(B)276.26º53.53%66.67%-
XYZ19.8813.5639.6-
YUV105.82164.22148.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.99%
GREEN value IS 79 (31.25% from 255) = 20.63%
BLUE value IS 170 (66.80% from 255) = 44.39%
R=34.99%
G=20.63%
B=44.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal134791700.210.5400.33276.2636.5548.82
Hex864FAA15360211142531
Octal20611725225660414244561
Binary10000110100111110101010101011101100100001100010100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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