#7C95AF

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

Shades of Bali Hai #7C95AF

Tints of Bali Hai #7C95AF

Color information

#7C95AF (or 0x7C95AF) is unknown color: approx Bali Hai. HEX triplet: 7C, 95 and AF. RGB value is (124,149,175). Sum of RGB (Red+Green+Blue) = 124+149+175=448 (59% of max value = 765). Red value is 124 (48.83% from 255 or 27.68% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 175 (68.75% from 255 or 39.06% from 448); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C95AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C95AF is #836A50. Grayscale: #909090. Windows color (decimal): -8612433 or 11507068. OLE color: 11507068.

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

Color convert

RGB124149175-
CMYK0.290.1500.31
HSL210.59º24.17%58.63%-
HSV(B)210.59º29.14%68.63%-
XYZ26.828.8844.72-
YUV144.49145.22113.39-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.68%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 175 (68.75% from 255) = 39.06%
R=27.68%
G=33.26%
B=39.06%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1241491750.290.1500.31210.5924.1758.63
Hex7C95AF1DF01Fd3183b
Octal17422525735170373233073
Binary111110010010101101011111110111110111111101001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C95AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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