Html Css Color HEX #7F78A9 Deluge

📋 copy color: '#7F78A9'

red 127 ◦ green 120 ◦ blue 169

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

Shades of Deluge #7F78A9

Tints of Deluge #7F78A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 40.63%

R = 30.53%
G = 28.85%
B = 40.63%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7F78A9 (or 0x7F78A9) is known color: Deluge. HEX triplet: 7F, 78 and A9. RGB value is (127,120,169). Sum of RGB (Red+Green+Blue) = 127+120+169=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F78A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F78A9 is #808756. Grayscale: #7F7F7F. Windows color (decimal): -8423255 or 11106431. OLE color: 11106431.

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

Color convert

RGB 127 120 169 -
CMYK 0.25 0.29 0 0.34
HSL 248.57º 0.22% 0.57% -
HSV(B) 248.57º 0.29% 0.66% -
XYZ 22.63 20.81 40.36 -
YUV 127.68 151.32 127.52 -
System Red Green Blue C M Y K H S L
Decimal 127 120 169 0.25 0.29 0 0.34 248.57 0.22 0.57
Hex 7F 78 A9 19 1D 0 22 F9 16 39
Octal 177 170 251 31 35 0 42 371 26 71
Binary 1111111 1111000 10101001 11001 11101 0 100010 11111001 10110 111001

Color Harmonies of #7F78A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F78A9

Black with #7F78A9

Text Example


Text Example

White with #7F78A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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