Html Css Color HEX #879DB3 Bali Hai

📋 copy color: '#879DB3'

red 135 ◦ green 157 ◦ blue 179

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

Shades of Bali Hai #879DB3

Tints of Bali Hai #879DB3

RGB

 RED value IS 135 (53.13% from 255) = 28.66%

 GREEN value IS 157 (61.72% from 255) = 33.33%

 BLUE value IS 179 (70.31% from 255) = 38%

R = 28.66%
G = 33.33%
B = 38%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#879DB3 (or 0x879DB3) is known color: Bali Hai. HEX triplet: 87, 9D and B3. RGB value is (135,157,179). Sum of RGB (Red+Green+Blue) = 135+157+179=471 (62% of max value = 765). Red value is 135 (53.12% from 255 or 28.66% from 471); Green value is 157 (61.72% from 255 or 33.33% from 471); Blue value is 179 (70.31% from 255 or 38.00% from 471); Max value from RGB is 179 - color contains mainly: blue. Hex color #879DB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DB3 is #78624C. Grayscale: #989898. Windows color (decimal): -7889485 or 11771271. OLE color: 11771271.

HSL color Cylindrical-coordinate representation of color #879DB3: hue angle of 210º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #879DB3 is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 157 179 -
CMYK 0.25 0.12 0 0.30
HSL 210º 0.22% 0.62% -
HSV(B) 210º 0.25% 0.7% -
XYZ 30.19 32.52 47.33 -
YUV 152.93 142.71 115.21 -
System Red Green Blue C M Y K H S L
Decimal 135 157 179 0.25 0.12 0 0.30 210 0.22 0.62
Hex 87 9D B3 19 C 0 1E D2 16 3E
Octal 207 235 263 31 14 0 36 322 26 76
Binary 10000111 10011101 10110011 11001 1100 0 11110 11010010 10110 111110

Color Harmonies of #879DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DB3

Black with #879DB3

Text Example


Text Example

White with #879DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879DB3; }

 p { color: rgb(135,157,179); }

 H1.HeaderClassName
 {
   color: #879DB3;
 }
 .AnyTagClassName
 {
   color: #879DB3;
 }
</style>

background-color css

<style>
 a { background-color: #879DB3; }

 a { background-color: rgb(135,157,179); }

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

border-color css

<style>
 span { border-color: #879DB3; }

 span { border-color: rgb(135,157,179); }

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