Html Css Color HEX #8868CE True V

📋 copy color: '#8868CE'

red 136 ◦ green 104 ◦ blue 206

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

Shades of True V #8868CE

Tints of True V #8868CE

RGB

 RED value IS 136 (53.52% from 255) = 30.49%

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

 BLUE value IS 206 (80.86% from 255) = 46.19%

R = 30.49%
G = 23.32%
B = 46.19%

CMYK

 C value IS 0.34

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8868CE (or 0x8868CE) is known color: True V. HEX triplet: 88, 68 and CE. RGB value is (136,104,206). Sum of RGB (Red+Green+Blue) = 136+104+206=446 (59% of max value = 765). Red value is 136 (53.52% from 255 or 30.49% from 446); Green value is 104 (41.02% from 255 or 23.32% from 446); Blue value is 206 (80.86% from 255 or 46.19% from 446); Max value from RGB is 206 - color contains mainly: blue. Hex color #8868CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8868CE is #779731. Grayscale: #7C7C7C. Windows color (decimal): -7837490 or 13527176. OLE color: 13527176.

HSL color Cylindrical-coordinate representation of color #8868CE: hue angle of 258.82º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8868CE is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 136 104 206 -
CMYK 0.34 0.50 0 0.19
HSL 258.82º 0.51% 0.61% -
HSV(B) 258.82º 0.5% 0.81% -
XYZ 26.24 19.59 60.79 -
YUV 125.2 173.6 135.71 -
System Red Green Blue C M Y K H S L
Decimal 136 104 206 0.34 0.50 0 0.19 258.82 0.51 0.61
Hex 88 68 CE 22 32 0 13 103 33 3D
Octal 210 150 316 42 62 0 23 403 63 75
Binary 10001000 1101000 11001110 100010 110010 0 10011 100000011 110011 111101

Color Harmonies of #8868CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8868CE

Black with #8868CE

Text Example


Text Example

White with #8868CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8868CE; }

 p { color: rgb(136,104,206); }

 H1.HeaderClassName
 {
   color: #8868CE;
 }
 .AnyTagClassName
 {
   color: #8868CE;
 }
</style>

background-color css

<style>
 a { background-color: #8868CE; }

 a { background-color: rgb(136,104,206); }

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

border-color css

<style>
 span { border-color: #8868CE; }

 span { border-color: rgb(136,104,206); }

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