#7F95AF

Color #7F95AF Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #7F95AF

Tints of Bali Hai #7F95AF

Color information

#7F95AF (or 0x7F95AF) is unknown color: approx Bali Hai. HEX triplet: 7F, 95 and AF. RGB value is (127,149,175). Sum of RGB (Red+Green+Blue) = 127+149+175=451 (59% of max value = 765). Red value is 127 (50% from 255 or 28.16% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 175 - color contains mainly: blue. Hex color #7F95AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7F95AF is #806A50. Grayscale: #919191. Windows color (decimal): -8415825 or 11507071. OLE color: 11507071.

HSL color Cylindrical-coordinate representation of color #7F95AF: hue angle of 212.5º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F95AF is Cyan = 0.27, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB127149175-
CMYK0.270.1500.31
HSL212.5º23.08%59.22%-
HSV(B)212.5º27.43%68.63%-
XYZ27.2429.144.74-
YUV145.39144.71114.89-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 28.16%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=28.16%
G=33.04%
B=38.80%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1271491750.270.1500.31212.523.0859.22
Hex7F95AF1BF01Fd4173b
Octal17722525733170373242773
Binary111111110010101101011111101111110111111101010010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,149,175); }

 H1.HeaderClassName
 {
   color: #7F95AF;
 }
 .AnyTagClassName
 {
   color: #7F95AF;
 }
</style>
background-color css

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

 a { background-color: rgb(127,149,175); }

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

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

 span { border-color: rgb(127,149,175); }

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