Html Css Color HEX #7F76AA Deluge

📋 copy color: '#7F76AA'

red 127 ◦ green 118 ◦ blue 170

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

Shades of Deluge #7F76AA

Tints of Deluge #7F76AA

RGB

 RED value IS 127 (50% from 255) = 30.6%

 GREEN value IS 118 (46.48% from 255) = 28.43%

 BLUE value IS 170 (66.8% from 255) = 40.96%

R = 30.6%
G = 28.43%
B = 40.96%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F76AA (or 0x7F76AA) is known color: Deluge. HEX triplet: 7F, 76 and AA. RGB value is (127,118,170). Sum of RGB (Red+Green+Blue) = 127+118+170=415 (54% of max value = 765). Red value is 127 (50% from 255 or 30.60% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F76AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F76AA is #808955. Grayscale: #7E7E7E. Windows color (decimal): -8423766 or 11171455. OLE color: 11171455.

HSL color Cylindrical-coordinate representation of color #7F76AA: hue angle of 250.38º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F76AA is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 118 170 -
CMYK 0.25 0.31 0 0.33
HSL 250.38º 0.23% 0.56% -
HSV(B) 250.38º 0.31% 0.67% -
XYZ 22.49 20.37 40.78 -
YUV 126.62 152.48 128.27 -
System Red Green Blue C M Y K H S L
Decimal 127 118 170 0.25 0.31 0 0.33 250.38 0.23 0.56
Hex 7F 76 AA 19 1F 0 21 FA 17 38
Octal 177 166 252 31 37 0 41 372 27 70
Binary 1111111 1110110 10101010 11001 11111 0 100001 11111010 10111 111000

Color Harmonies of #7F76AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F76AA

Black with #7F76AA

Text Example


Text Example

White with #7F76AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,118,170); }

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

background-color css

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

 a { background-color: rgb(127,118,170); }

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

border-color css

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

 span { border-color: rgb(127,118,170); }

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