Html Css Color HEX #7C9FAA Bali Hai

📋 copy color: '#7C9FAA'

red 124 ◦ green 159 ◦ blue 170

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

Shades of Bali Hai #7C9FAA

Tints of Bali Hai #7C9FAA

RGB

 RED value IS 124 (48.83% from 255) = 27.37%

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

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

R = 27.37%
G = 35.1%
B = 37.53%

CMYK

 C value IS 0.27

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C9FAA (or 0x7C9FAA) is known color: Bali Hai. HEX triplet: 7C, 9F and AA. RGB value is (124,159,170). Sum of RGB (Red+Green+Blue) = 124+159+170=453 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.37% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C9FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9FAA is #836055. Grayscale: #959595. Windows color (decimal): -8609878 or 11181948. OLE color: 11181948.

HSL color Cylindrical-coordinate representation of color #7C9FAA: hue angle of 194.35º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7C9FAA is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 159 170 -
CMYK 0.27 0.06 0 0.33
HSL 194.35º 0.21% 0.58% -
HSV(B) 194.35º 0.27% 0.67% -
XYZ 27.97 31.98 42.73 -
YUV 149.79 139.4 109.61 -
System Red Green Blue C M Y K H S L
Decimal 124 159 170 0.27 0.06 0 0.33 194.35 0.21 0.58
Hex 7C 9F AA 1B 6 0 21 C2 15 3A
Octal 174 237 252 33 6 0 41 302 25 72
Binary 1111100 10011111 10101010 11011 110 0 100001 11000010 10101 111010

Color Harmonies of #7C9FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C9FAA

Black with #7C9FAA

Text Example


Text Example

White with #7C9FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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