Html Css Color HEX #7F9FB3 Bali Hai

📋 copy color: '#7F9FB3'

red 127 ◦ green 159 ◦ blue 179

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

Shades of Bali Hai #7F9FB3

Tints of Bali Hai #7F9FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.49%

R = 27.31%
G = 34.19%
B = 38.49%

CMYK

 C value IS 0.29

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7F9FB3 (or 0x7F9FB3) is known color: Bali Hai. HEX triplet: 7F, 9F and B3. RGB value is (127,159,179). Sum of RGB (Red+Green+Blue) = 127+159+179=465 (61% of max value = 765). Red value is 127 (50% from 255 or 27.31% from 465); Green value is 159 (62.5% from 255 or 34.19% from 465); Blue value is 179 (70.31% from 255 or 38.49% from 465); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F9FB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FB3 is #80604C. Grayscale: #979797. Windows color (decimal): -8413261 or 11771775. OLE color: 11771775.

HSL color Cylindrical-coordinate representation of color #7F9FB3: hue angle of 203.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7F9FB3 is Cyan = 0.29, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 159 179 -
CMYK 0.29 0.11 0 0.30
HSL 203.08º 0.25% 0.6% -
HSV(B) 203.08º 0.29% 0.7% -
XYZ 29.29 32.56 47.39 -
YUV 151.71 143.4 110.37 -
System Red Green Blue C M Y K H S L
Decimal 127 159 179 0.29 0.11 0 0.30 203.08 0.25 0.6
Hex 7F 9F B3 1D B 0 1E CB 19 3C
Octal 177 237 263 35 13 0 36 313 31 74
Binary 1111111 10011111 10110011 11101 1011 0 11110 11001011 11001 111100

Color Harmonies of #7F9FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9FB3

Black with #7F9FB3

Text Example


Text Example

White with #7F9FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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