#8668CB

Color #8668CB True V (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of True V #8668CB

Tints of True V #8668CB

Color information

#8668CB (or 0x8668CB) is unknown color: approx True V. HEX triplet: 86, 68 and CB. RGB value is (134,104,203). Sum of RGB (Red+Green+Blue) = 134+104+203=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 104 (41.02% from 255 or 23.58% from 441); Blue value is 203 (79.69% from 255 or 46.03% from 441); Max value from RGB is 203 - color contains mainly: blue. Hex color #8668CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8668CB is #799734. Grayscale: #7B7B7B. Windows color (decimal): -7968565 or 13330566. OLE color: 13330566.

HSL color Cylindrical-coordinate representation of color #8668CB: hue angle of 258.18º degrees, saturation: 0.49, 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 #8668CB is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB134104203-
CMYK0.340.4900.20
HSL258.18º48.77%60.2%-
HSV(B)258.18º48.77%79.61%-
XYZ25.5619.2858.87-
YUV124.26172.44134.95-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 104 (41.02% from 255) = 23.58%
BLUE value IS 203 (79.69% from 255) = 46.03%
R=30.39%
G=23.58%
B=46.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1341042030.340.4900.20258.1848.7760.2
Hex8668CB2231014102313c
Octal20615031342610244026174
Binary10000110110100011001011100010110001010100100000010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8668CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8668CB; }

 p { color: rgb(134,104,203); }

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

<style>
 a { background-color: #8668CB; }

 a { background-color: rgb(134,104,203); }

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

<style>
 span { border-color: #8668CB; }

 span { border-color: rgb(134,104,203); }

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