Html Css Color HEX #7F78AA Deluge

📋 copy color: '#7F78AA'

red 127 ◦ green 120 ◦ blue 170

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

Shades of Deluge #7F78AA

Tints of Deluge #7F78AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

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

R = 30.46%
G = 28.78%
B = 40.77%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F78AA (or 0x7F78AA) is known color: Deluge. HEX triplet: 7F, 78 and AA. RGB value is (127,120,170). Sum of RGB (Red+Green+Blue) = 127+120+170=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F78AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F78AA is #808755. Grayscale: #7F7F7F. Windows color (decimal): -8423254 or 11171967. OLE color: 11171967.

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

Color convert

RGB 127 120 170 -
CMYK 0.25 0.29 0 0.33
HSL 248.4º 0.23% 0.57% -
HSV(B) 248.4º 0.29% 0.67% -
XYZ 22.72 20.85 40.86 -
YUV 127.79 151.82 127.43 -
System Red Green Blue C M Y K H S L
Decimal 127 120 170 0.25 0.29 0 0.33 248.4 0.23 0.57
Hex 7F 78 AA 19 1D 0 21 F8 17 39
Octal 177 170 252 31 35 0 41 370 27 71
Binary 1111111 1111000 10101010 11001 11101 0 100001 11111000 10111 111001

Color Harmonies of #7F78AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F78AA

Black with #7F78AA

Text Example


Text Example

White with #7F78AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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