Html Css Color HEX #7D66AB Deluge

📋 copy color: '#7D66AB'

red 125 ◦ green 102 ◦ blue 171

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

Shades of Deluge #7D66AB

Tints of Deluge #7D66AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.96%

R = 31.41%
G = 25.63%
B = 42.96%

CMYK

 C value IS 0.27

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D66AB (or 0x7D66AB) is known color: Deluge. HEX triplet: 7D, 66 and AB. RGB value is (125,102,171). Sum of RGB (Red+Green+Blue) = 125+102+171=398 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.41% from 398); Green value is 102 (40.23% from 255 or 25.63% from 398); Blue value is 171 (67.19% from 255 or 42.96% from 398); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D66AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D66AB is #829954. Grayscale: #747474. Windows color (decimal): -8558933 or 11232893. OLE color: 11232893.

HSL color Cylindrical-coordinate representation of color #7D66AB: hue angle of 260º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D66AB is Cyan = 0.27, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 102 171 -
CMYK 0.27 0.40 0 0.33
HSL 260º 0.29% 0.54% -
HSV(B) 260º 0.4% 0.67% -
XYZ 20.56 16.8 40.69 -
YUV 116.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 125 102 171 0.27 0.40 0 0.33 260 0.29 0.54
Hex 7D 66 AB 1B 28 0 21 104 1D 36
Octal 175 146 253 33 50 0 41 404 35 66
Binary 1111101 1100110 10101011 11011 101000 0 100001 100000100 11101 110110

Color Harmonies of #7D66AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D66AB

Black with #7D66AB

Text Example


Text Example

White with #7D66AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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