Html Css Color HEX #7F9CB3 Bali Hai

📋 copy color: '#7F9CB3'

red 127 ◦ green 156 ◦ blue 179

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

Shades of Bali Hai #7F9CB3

Tints of Bali Hai #7F9CB3

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.77%

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

R = 27.49%
G = 33.77%
B = 38.74%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7F9CB3 (or 0x7F9CB3) is known color: Bali Hai. HEX triplet: 7F, 9C and B3. RGB value is (127,156,179). Sum of RGB (Red+Green+Blue) = 127+156+179=462 (61% of max value = 765). Red value is 127 (50% from 255 or 27.49% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 179 (70.31% from 255 or 38.74% from 462); Max value from RGB is 179 - color contains mainly: blue. Hex color #7F9CB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CB3 is #80634C. Grayscale: #959595. Windows color (decimal): -8414029 or 11771007. OLE color: 11771007.

HSL color Cylindrical-coordinate representation of color #7F9CB3: hue angle of 206.54º 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 #7F9CB3 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 156 179 -
CMYK 0.29 0.13 0 0.30
HSL 206.54º 0.25% 0.6% -
HSV(B) 206.54º 0.29% 0.7% -
XYZ 28.78 31.54 47.22 -
YUV 149.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 127 156 179 0.29 0.13 0 0.30 206.54 0.25 0.6
Hex 7F 9C B3 1D D 0 1E CF 19 3C
Octal 177 234 263 35 15 0 36 317 31 74
Binary 1111111 10011100 10110011 11101 1101 0 11110 11001111 11001 111100

Color Harmonies of #7F9CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9CB3

Black with #7F9CB3

Text Example


Text Example

White with #7F9CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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