Html Css Color HEX #7895B2 Bali Hai

📋 copy color: '#7895B2'

red 120 ◦ green 149 ◦ blue 178

#7895B2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bali Hai #7895B2

Tints of Bali Hai #7895B2

RGB

 RED value IS 120 (47.27% from 255) = 26.85%

 GREEN value IS 149 (58.59% from 255) = 33.33%

 BLUE value IS 178 (69.92% from 255) = 39.82%

R = 26.85%
G = 33.33%
B = 39.82%

CMYK

 C value IS 0.33

 M value IS 0.16

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7895B2 (or 0x7895B2) is known color: Bali Hai. HEX triplet: 78, 95 and B2. RGB value is (120,149,178). Sum of RGB (Red+Green+Blue) = 120+149+178=447 (59% of max value = 765). Red value is 120 (47.27% from 255 or 26.85% from 447); Green value is 149 (58.59% from 255 or 33.33% from 447); Blue value is 178 (69.92% from 255 or 39.82% from 447); Max value from RGB is 178 - color contains mainly: blue. Hex color #7895B2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7895B2 is #876A4D. Grayscale: #8F8F8F. Windows color (decimal): -8874574 or 11703672. OLE color: 11703672.

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

Color convert

RGB 120 149 178 -
CMYK 0.33 0.16 0 0.30
HSL 210º 0.27% 0.58% -
HSV(B) 210º 0.33% 0.7% -
XYZ 26.53 28.7 46.26 -
YUV 143.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 120 149 178 0.33 0.16 0 0.30 210 0.27 0.58
Hex 78 95 B2 21 10 0 1E D2 1B 3A
Octal 170 225 262 41 20 0 36 322 33 72
Binary 1111000 10010101 10110010 100001 10000 0 11110 11010010 11011 111010

Color Harmonies of #7895B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7895B2

Black with #7895B2

Text Example


Text Example

White with #7895B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7895B2; }

 p { color: rgb(120,149,178); }

 H1.HeaderClassName
 {
   color: #7895B2;
 }
 .AnyTagClassName
 {
   color: #7895B2;
 }
</style>

background-color css

<style>
 a { background-color: #7895B2; }

 a { background-color: rgb(120,149,178); }

 div.DivClassName
 {
   background-color: #7895B2;
 }
 .BgClassName
 {
   background-color: #7895B2;
 }
</style>

border-color css

<style>
 span { border-color: #7895B2; }

 span { border-color: rgb(120,149,178); }

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