Html Css Color HEX #78A2B1 Bali Hai

📋 copy color: '#78A2B1'

red 120 ◦ green 162 ◦ blue 177

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

Shades of Bali Hai #78A2B1

Tints of Bali Hai #78A2B1

RGB

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

 GREEN value IS 162 (63.67% from 255) = 35.29%

 BLUE value IS 177 (69.53% from 255) = 38.56%

R = 26.14%
G = 35.29%
B = 38.56%

CMYK

 C value IS 0.32

 M value IS 0.08

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#78A2B1 (or 0x78A2B1) is known color: Bali Hai. HEX triplet: 78, A2 and B1. RGB value is (120,162,177). Sum of RGB (Red+Green+Blue) = 120+162+177=459 (60% of max value = 765). Red value is 120 (47.27% from 255 or 26.14% from 459); Green value is 162 (63.67% from 255 or 35.29% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 177 - color contains mainly: blue. Hex color #78A2B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A2B1 is #875D4E. Grayscale: #979797. Windows color (decimal): -8871247 or 11641464. OLE color: 11641464.

HSL color Cylindrical-coordinate representation of color #78A2B1: hue angle of 195.79º degrees, saturation: 0.27, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #78A2B1 is Cyan = 0.32, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 162 177 -
CMYK 0.32 0.08 0 0.31
HSL 195.79º 0.27% 0.58% -
HSV(B) 195.79º 0.32% 0.69% -
XYZ 28.6 33.01 46.46 -
YUV 151.15 142.59 105.78 -
System Red Green Blue C M Y K H S L
Decimal 120 162 177 0.32 0.08 0 0.31 195.79 0.27 0.58
Hex 78 A2 B1 20 8 0 1F C4 1B 3A
Octal 170 242 261 40 10 0 37 304 33 72
Binary 1111000 10100010 10110001 100000 1000 0 11111 11000100 11011 111010

Color Harmonies of #78A2B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A2B1

Black with #78A2B1

Text Example


Text Example

White with #78A2B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78A2B1; }

 p { color: rgb(120,162,177); }

 H1.HeaderClassName
 {
   color: #78A2B1;
 }
 .AnyTagClassName
 {
   color: #78A2B1;
 }
</style>

background-color css

<style>
 a { background-color: #78A2B1; }

 a { background-color: rgb(120,162,177); }

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

border-color css

<style>
 span { border-color: #78A2B1; }

 span { border-color: rgb(120,162,177); }

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