#7897B3

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

Shades of Bali Hai #7897B3

Tints of Bali Hai #7897B3

Color information

#7897B3 (or 0x7897B3) is unknown color: approx Bali Hai. HEX triplet: 78, 97 and B3. RGB value is (120,151,179). Sum of RGB (Red+Green+Blue) = 120+151+179=450 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.67% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 179 (70.31% from 255 or 39.78% from 450); Max value from RGB is 179 - color contains mainly: blue. Hex color #7897B3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897B3 is #87684C. Grayscale: #909090. Windows color (decimal): -8874061 or 11769720. OLE color: 11769720.

HSL color Cylindrical-coordinate representation of color #7897B3: hue angle of 208.47º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7897B3 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB120151179-
CMYK0.330.1600.30
HSL208.47º27.96%58.63%-
HSV(B)208.47º32.96%70.2%-
XYZ26.9529.3846.9-
YUV144.92147.23110.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 26.67%
GREEN value IS 151 (59.38% from 255) = 33.56%
BLUE value IS 179 (70.31% from 255) = 39.78%
R=26.67%
G=33.56%
B=39.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1201511790.330.1600.30208.4727.9658.63
Hex7897B3211001Ed01c3b
Octal17022726341200363203473
Binary11110001001011110110011100001100000111101101000011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7897B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7897B3; }

 p { color: rgb(120,151,179); }

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

<style>
 a { background-color: #7897B3; }

 a { background-color: rgb(120,151,179); }

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

<style>
 span { border-color: #7897B3; }

 span { border-color: rgb(120,151,179); }

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