Html Css Color HEX #7D66BC True V

📋 copy color: '#7D66BC'

red 125 ◦ green 102 ◦ blue 188

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

Shades of True V #7D66BC

Tints of True V #7D66BC

RGB

 RED value IS 125 (49.22% from 255) = 30.12%

 GREEN value IS 102 (40.23% from 255) = 24.58%

 BLUE value IS 188 (73.83% from 255) = 45.3%

R = 30.12%
G = 24.58%
B = 45.3%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D66BC (or 0x7D66BC) is known color: True V. HEX triplet: 7D, 66 and BC. RGB value is (125,102,188). Sum of RGB (Red+Green+Blue) = 125+102+188=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 102 (40.23% from 255 or 24.58% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D66BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D66BC is #829943. Grayscale: #767676. Windows color (decimal): -8558916 or 12347005. OLE color: 12347005.

HSL color Cylindrical-coordinate representation of color #7D66BC: hue angle of 256.05º 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 #7D66BC is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 102 188 -
CMYK 0.34 0.46 0 0.26
HSL 256.05º 0.39% 0.57% -
HSV(B) 256.05º 0.46% 0.74% -
XYZ 22.29 17.49 49.78 -
YUV 118.68 167.12 132.51 -
System Red Green Blue C M Y K H S L
Decimal 125 102 188 0.34 0.46 0 0.26 256.05 0.39 0.57
Hex 7D 66 BC 22 2E 0 1A 100 27 39
Octal 175 146 274 42 56 0 32 400 47 71
Binary 1111101 1100110 10111100 100010 101110 0 11010 100000000 100111 111001

Color Harmonies of #7D66BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D66BC

Black with #7D66BC

Text Example


Text Example

White with #7D66BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7D66BC;
 }
 .AnyTagClassName
 {
   color: #7D66BC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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