#7C9ABA

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

Shades of Bali Hai #7C9ABA

Tints of Bali Hai #7C9ABA

Color information

#7C9ABA (or 0x7C9ABA) is unknown color: approx Bali Hai. HEX triplet: 7C, 9A and BA. RGB value is (124,154,186). Sum of RGB (Red+Green+Blue) = 124+154+186=464 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.72% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C9ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9ABA is #836545. Grayscale: #949494. Windows color (decimal): -8611142 or 12229244. OLE color: 12229244.

HSL color Cylindrical-coordinate representation of color #7C9ABA: hue angle of 210.97º 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 #7C9ABA is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB124154186-
CMYK0.330.1700.27
HSL210.97º31%60.78%-
HSV(B)210.97º33.33%72.94%-
XYZ28.7330.9450.91-
YUV148.68149.06110.4-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.72%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 186 (73.05% from 255) = 40.09%
R=26.72%
G=33.19%
B=40.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241541860.330.1700.27210.973160.78
Hex7C9ABA211101Bd31f3d
Octal17423227241210333233775
Binary11111001001101010111010100001100010110111101001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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