Html Css Color HEX #7EABB1 Ziggurat

📋 copy color: '#7EABB1'

red 126 ◦ green 171 ◦ blue 177

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

Shades of Ziggurat #7EABB1

Tints of Ziggurat #7EABB1

RGB

 RED value IS 126 (49.61% from 255) = 26.58%

 GREEN value IS 171 (67.19% from 255) = 36.08%

 BLUE value IS 177 (69.53% from 255) = 37.34%

R = 26.58%
G = 36.08%
B = 37.34%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7EABB1 (or 0x7EABB1) is known color: Ziggurat. HEX triplet: 7E, AB and B1. RGB value is (126,171,177). Sum of RGB (Red+Green+Blue) = 126+171+177=474 (62% of max value = 765). Red value is 126 (49.61% from 255 or 26.58% from 474); Green value is 171 (67.19% from 255 or 36.08% from 474); Blue value is 177 (69.53% from 255 or 37.34% from 474); Max value from RGB is 177 - color contains mainly: blue. Hex color #7EABB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7EABB1 is #81544E. Grayscale: #9E9E9E. Windows color (decimal): -8475727 or 11643774. OLE color: 11643774.

HSL color Cylindrical-coordinate representation of color #7EABB1: hue angle of 187.06º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7EABB1 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 126 171 177 -
CMYK 0.29 0.03 0 0.31
HSL 187.06º 0.25% 0.59% -
HSV(B) 187.06º 0.29% 0.69% -
XYZ 31.1 36.74 47.05 -
YUV 158.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 126 171 177 0.29 0.03 0 0.31 187.06 0.25 0.59
Hex 7E AB B1 1D 3 0 1F BB 19 3B
Octal 176 253 261 35 3 0 37 273 31 73
Binary 1111110 10101011 10110001 11101 11 0 11111 10111011 11001 111011

Color Harmonies of #7EABB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EABB1

Black with #7EABB1

Text Example


Text Example

White with #7EABB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,171,177); }

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

background-color css

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

 a { background-color: rgb(126,171,177); }

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

border-color css

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

 span { border-color: rgb(126,171,177); }

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