Html Css Color HEX #7F66BC True V

📋 copy color: '#7F66BC'

red 127 ◦ green 102 ◦ blue 188

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

Shades of True V #7F66BC

Tints of True V #7F66BC

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 value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F66BC (or 0x7F66BC) is known color: 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

RGB 127 102 188 -
CMYK 0.32 0.46 0 0.26
HSL 257.44º 0.39% 0.57% -
HSV(B) 257.44º 0.46% 0.74% -
XYZ 22.58 17.65 49.79 -
YUV 119.28 166.78 133.51 -
System Red Green Blue C M Y K H S L
Decimal 127 102 188 0.32 0.46 0 0.26 257.44 0.39 0.57
Hex 7F 66 BC 20 2E 0 1A 101 27 39
Octal 177 146 274 40 56 0 32 401 47 71
Binary 1111111 1100110 10111100 100000 101110 0 11010 100000001 100111 111001

Color Harmonies of #7F66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F66BC

Black with #7F66BC

Text Example


Text Example

White with #7F66BC

Text Example


Text Example

HTML Codes & Css Web 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>