Html Css Color HEX #789FAA Ziggurat

📋 copy color: '#789FAA'

red 120 ◦ green 159 ◦ blue 170

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

Shades of Ziggurat #789FAA

Tints of Ziggurat #789FAA

RGB

 RED value IS 120 (47.27% from 255) = 26.73%

 GREEN value IS 159 (62.5% from 255) = 35.41%

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

R = 26.73%
G = 35.41%
B = 37.86%

CMYK

 C value IS 0.29

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#789FAA (or 0x789FAA) is known color: Ziggurat. HEX triplet: 78, 9F and AA. RGB value is (120,159,170). Sum of RGB (Red+Green+Blue) = 120+159+170=449 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.73% from 449); Green value is 159 (62.5% from 255 or 35.41% from 449); Blue value is 170 (66.80% from 255 or 37.86% from 449); Max value from RGB is 170 - color contains mainly: blue. Hex color #789FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789FAA is #876055. Grayscale: #949494. Windows color (decimal): -8872022 or 11181944. OLE color: 11181944.

HSL color Cylindrical-coordinate representation of color #789FAA: hue angle of 193.2º 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 #789FAA is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 120 159 170 -
CMYK 0.29 0.06 0 0.33
HSL 193.2º 0.23% 0.57% -
HSV(B) 193.2º 0.29% 0.67% -
XYZ 27.4 31.69 42.7 -
YUV 148.59 140.08 107.61 -
System Red Green Blue C M Y K H S L
Decimal 120 159 170 0.29 0.06 0 0.33 193.2 0.23 0.57
Hex 78 9F AA 1D 6 0 21 C1 17 39
Octal 170 237 252 35 6 0 41 301 27 71
Binary 1111000 10011111 10101010 11101 110 0 100001 11000001 10111 111001

Color Harmonies of #789FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789FAA

Black with #789FAA

Text Example


Text Example

White with #789FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789FAA; }

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

 H1.HeaderClassName
 {
   color: #789FAA;
 }
 .AnyTagClassName
 {
   color: #789FAA;
 }
</style>

background-color css

<style>
 a { background-color: #789FAA; }

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

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

border-color css

<style>
 span { border-color: #789FAA; }

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

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