#7C9BBB

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

Shades of Bali Hai #7C9BBB

Tints of Bali Hai #7C9BBB

Color information

#7C9BBB (or 0x7C9BBB) is unknown color: approx Bali Hai. HEX triplet: 7C, 9B and BB. RGB value is (124,155,187). Sum of RGB (Red+Green+Blue) = 124+155+187=466 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.61% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 187 (73.44% from 255 or 40.13% from 466); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C9BBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7C9BBB is #836444. Grayscale: #959595. Windows color (decimal): -8610885 or 12295036. OLE color: 12295036.

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

Color convert

RGB124155187-
CMYK0.340.1700.27
HSL210.48º31.66%60.98%-
HSV(B)210.48º33.69%73.33%-
XYZ2931.3251.53-
YUV149.38149.23109.9-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.61%
GREEN value IS 155 (60.94% from 255) = 33.26%
BLUE value IS 187 (73.44% from 255) = 40.13%
R=26.61%
G=33.26%
B=40.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1241551870.340.1700.27210.4831.6660.98
Hex7C9BBB221101Bd2203d
Octal17423327342210333224075
Binary111110010011011101110111000101000101101111010010100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C9BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,155,187); }

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

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

 a { background-color: rgb(124,155,187); }

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

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

 span { border-color: rgb(124,155,187); }

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