#7ca0bc

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

Shades of Bali Hai #7CA0BC

Tints of Bali Hai #7CA0BC

Color information

#7CA0BC (or 0x7CA0BC) is unknown color: approx Bali Hai. HEX triplet: 7C, A0 and BC. RGB value is (124,160,188). Sum of RGB (Red+Green+Blue) = 124+160+188=472 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.27% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 188 - color contains mainly: blue. Hex color #7CA0BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7CA0BC is #835F43. Grayscale: #989898. Windows color (decimal): -8609604 or 12361852. OLE color: 12361852.

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

Color convert

RGB124160188-
CMYK0.340.1500.26
HSL206.25º32.32%61.18%-
HSV(B)206.25º34.04%73.73%-
XYZ29.9633.0652.38-
YUV152.43148.07107.72-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 26.27%
GREEN value IS 160 (62.89% from 255) = 33.90%
BLUE value IS 188 (73.83% from 255) = 39.83%
R=26.27%
G=33.90%
B=39.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1241601880.340.1500.26206.2532.3261.18
Hex7CA0BC22F01Ace203d
Octal17424027442170323164075
Binary11111001010000010111100100010111101101011001110100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ca0bc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,160,188); }

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

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

 a { background-color: rgb(124,160,188); }

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

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

 span { border-color: rgb(124,160,188); }

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