#7C9EBA

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

Shades of Bali Hai #7C9EBA

Tints of Bali Hai #7C9EBA

Color information

#7C9EBA (or 0x7C9EBA) is unknown color: approx Bali Hai. HEX triplet: 7C, 9E and BA. RGB value is (124,158,186). Sum of RGB (Red+Green+Blue) = 124+158+186=468 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.50% from 468); Green value is 158 (62.11% from 255 or 33.76% from 468); Blue value is 186 (73.05% from 255 or 39.74% from 468); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C9EBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9EBA is #836145. Grayscale: #969696. Windows color (decimal): -8610118 or 12230268. OLE color: 12230268.

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

Color convert

RGB124158186-
CMYK0.330.1500.27
HSL207.1º31%60.78%-
HSV(B)207.1º33.33%72.94%-
XYZ29.432.2851.14-
YUV151.03147.74108.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.50%
GREEN value IS 158 (62.11% from 255) = 33.76%
BLUE value IS 186 (73.05% from 255) = 39.74%
R=26.50%
G=33.76%
B=39.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241581860.330.1500.27207.13160.78
Hex7C9EBA21F01Bcf1f3d
Octal17423627241170333173775
Binary1111100100111101011101010000111110110111100111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,158,186); }

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

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

 a { background-color: rgb(124,158,186); }

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

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

 span { border-color: rgb(124,158,186); }

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