#7F66BC

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

Shades of True V #7F66BC

Tints of True V #7F66BC

Color information

#7F66BC (or 0x7F66BC) is unknown color: approx True V. HEX triplet: 7F, 66 and BC. RGB value is (127,102,188). Sum of RGB (Red+Green+Blue) = 127+102+188=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 188 (73.83% from 255 or 45.08% from 417); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F66BC is #809943. Grayscale: #767676. Windows color (decimal): -8427844 or 12347007. OLE color: 12347007.

HSL color Cylindrical-coordinate representation of color #7F66BC: hue angle of 257.44º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F66BC is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB127102188-
CMYK0.320.4600.26
HSL257.44º39.09%56.86%-
HSV(B)257.44º45.74%73.73%-
XYZ22.5817.6549.79-
YUV119.28166.78133.51-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 30.46%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 188 (73.83% from 255) = 45.08%
R=30.46%
G=24.46%
B=45.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1271021880.320.4600.26257.4439.0956.86
Hex7F66BC202E01A1012739
Octal17714627440560324014771
Binary1111111110011010111100100000101110011010100000001100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F66BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F66BC; }

 p { color: rgb(127,102,188); }

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

<style>
 a { background-color: #7F66BC; }

 a { background-color: rgb(127,102,188); }

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

<style>
 span { border-color: #7F66BC; }

 span { border-color: rgb(127,102,188); }

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