Html Css Color HEX #8468CC True V

📋 copy color: '#8468CC'

red 132 ◦ green 104 ◦ blue 204

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

Shades of True V #8468CC

Tints of True V #8468CC

RGB

 RED value IS 132 (51.95% from 255) = 30%

 GREEN value IS 104 (41.02% from 255) = 23.64%

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 30%
G = 23.64%
B = 46.36%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#8468CC (or 0x8468CC) is known color: True V. HEX triplet: 84, 68 and CC. RGB value is (132,104,204). Sum of RGB (Red+Green+Blue) = 132+104+204=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 104 (41.02% from 255 or 23.64% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #8468CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468CC is #7B9733. Grayscale: #7B7B7B. Windows color (decimal): -8099636 or 13396100. OLE color: 13396100.

HSL color Cylindrical-coordinate representation of color #8468CC: hue angle of 256.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8468CC is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 132 104 204 -
CMYK 0.35 0.49 0 0.2
HSL 256.8º 0.5% 0.6% -
HSV(B) 256.8º 0.49% 0.8% -
XYZ 25.37 19.17 59.49 -
YUV 123.77 173.28 133.87 -
System Red Green Blue C M Y K H S L
Decimal 132 104 204 0.35 0.49 0 0.2 256.8 0.5 0.6
Hex 84 68 CC 23 31 0 14 101 32 3C
Octal 204 150 314 43 61 0 24 401 62 74
Binary 10000100 1101000 11001100 100011 110001 0 10100 100000001 110010 111100

Color Harmonies of #8468CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8468CC

Black with #8468CC

Text Example


Text Example

White with #8468CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8468CC; }

 p { color: rgb(132,104,204); }

 H1.HeaderClassName
 {
   color: #8468CC;
 }
 .AnyTagClassName
 {
   color: #8468CC;
 }
</style>

background-color css

<style>
 a { background-color: #8468CC; }

 a { background-color: rgb(132,104,204); }

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

border-color css

<style>
 span { border-color: #8468CC; }

 span { border-color: rgb(132,104,204); }

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