Html Css Color HEX #864CAC Studio

📋 copy color: '#864CAC'

red 134 ◦ green 76 ◦ blue 172

#864CAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Studio #864CAC

Tints of Studio #864CAC

RGB

 RED value IS 134 (52.73% from 255) = 35.08%

 GREEN value IS 76 (30.08% from 255) = 19.9%

 BLUE value IS 172 (67.58% from 255) = 45.03%

R = 35.08%
G = 19.9%
B = 45.03%

CMYK

 C value IS 0.22

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#864CAC (or 0x864CAC) is known color: Studio. HEX triplet: 86, 4C and AC. RGB value is (134,76,172). Sum of RGB (Red+Green+Blue) = 134+76+172=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #864CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864CAC is #79B353. Grayscale: #676767. Windows color (decimal): -7975764 or 11291782. OLE color: 11291782.

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

Color convert

RGB 134 76 172 -
CMYK 0.22 0.56 0 0.33
HSL 276.25º 0.39% 0.49% -
HSV(B) 276.25º 0.56% 0.67% -
XYZ 19.86 13.22 40.53 -
YUV 104.29 166.22 149.19 -
System Red Green Blue C M Y K H S L
Decimal 134 76 172 0.22 0.56 0 0.33 276.25 0.39 0.49
Hex 86 4C AC 16 38 0 21 114 27 31
Octal 206 114 254 26 70 0 41 424 47 61
Binary 10000110 1001100 10101100 10110 111000 0 100001 100010100 100111 110001

Color Harmonies of #864CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864CAC

Black with #864CAC

Text Example


Text Example

White with #864CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,76,172); }

 H1.HeaderClassName
 {
   color: #864CAC;
 }
 .AnyTagClassName
 {
   color: #864CAC;
 }
</style>

background-color css

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

 a { background-color: rgb(134,76,172); }

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

border-color css

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

 span { border-color: rgb(134,76,172); }

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