Html Css Color HEX #7F9FB8 Bali Hai

📋 copy color: '#7F9FB8'

red 127 ◦ green 159 ◦ blue 184

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

Shades of Bali Hai #7F9FB8

Tints of Bali Hai #7F9FB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.15%

R = 27.02%
G = 33.83%
B = 39.15%

CMYK

 C value IS 0.31

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7F9FB8 (or 0x7F9FB8) is known color: Bali Hai. HEX triplet: 7F, 9F and B8. RGB value is (127,159,184). Sum of RGB (Red+Green+Blue) = 127+159+184=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 159 (62.5% from 255 or 33.83% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 184 - color contains mainly: blue. Hex color #7F9FB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FB8 is #806047. Grayscale: #989898. Windows color (decimal): -8413256 or 12099455. OLE color: 12099455.

HSL color Cylindrical-coordinate representation of color #7F9FB8: hue angle of 206.32º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F9FB8 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 127 159 184 -
CMYK 0.31 0.14 0 0.28
HSL 206.32º 0.29% 0.61% -
HSV(B) 206.32º 0.31% 0.72% -
XYZ 29.8 32.77 50.1 -
YUV 152.28 145.9 109.97 -
System Red Green Blue C M Y K H S L
Decimal 127 159 184 0.31 0.14 0 0.28 206.32 0.29 0.61
Hex 7F 9F B8 1F E 0 1C CE 1D 3D
Octal 177 237 270 37 16 0 34 316 35 75
Binary 1111111 10011111 10111000 11111 1110 0 11100 11001110 11101 111101

Color Harmonies of #7F9FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9FB8

Black with #7F9FB8

Text Example


Text Example

White with #7F9FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,159,184); }

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

background-color css

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

 a { background-color: rgb(127,159,184); }

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

border-color css

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

 span { border-color: rgb(127,159,184); }

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