Html Css Color HEX #7F9EA6 Ziggurat

📋 copy color: '#7F9EA6'

red 127 ◦ green 158 ◦ blue 166

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

Shades of Ziggurat #7F9EA6

Tints of Ziggurat #7F9EA6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.03%

 BLUE value IS 166 (65.23% from 255) = 36.81%

R = 28.16%
G = 35.03%
B = 36.81%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7F9EA6 (or 0x7F9EA6) is known color: Ziggurat. HEX triplet: 7F, 9E and A6. RGB value is (127,158,166). Sum of RGB (Red+Green+Blue) = 127+158+166=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 166 (65.23% from 255 or 36.81% from 451); Max value from RGB is 166 - color contains mainly: blue. Hex color #7F9EA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F9EA6 is #806159. Grayscale: #959595. Windows color (decimal): -8413530 or 10919551. OLE color: 10919551.

HSL color Cylindrical-coordinate representation of color #7F9EA6: hue angle of 192.31º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7F9EA6 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 158 166 -
CMYK 0.23 0.05 0 0.35
HSL 192.31º 0.18% 0.57% -
HSV(B) 192.31º 0.23% 0.65% -
XYZ 27.86 31.72 40.73 -
YUV 149.64 137.23 111.85 -
System Red Green Blue C M Y K H S L
Decimal 127 158 166 0.23 0.05 0 0.35 192.31 0.18 0.57
Hex 7F 9E A6 17 5 0 23 C0 12 39
Octal 177 236 246 27 5 0 43 300 22 71
Binary 1111111 10011110 10100110 10111 101 0 100011 11000000 10010 111001

Color Harmonies of #7F9EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9EA6

Black with #7F9EA6

Text Example


Text Example

White with #7F9EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,158,166); }

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

background-color css

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

 a { background-color: rgb(127,158,166); }

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

border-color css

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

 span { border-color: rgb(127,158,166); }

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