Html Css Color HEX #859DB4 Bali Hai

📋 copy color: '#859DB4'

red 133 ◦ green 157 ◦ blue 180

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

Shades of Bali Hai #859DB4

Tints of Bali Hai #859DB4

RGB

 RED value IS 133 (52.34% from 255) = 28.3%

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

 BLUE value IS 180 (70.7% from 255) = 38.3%

R = 28.3%
G = 33.4%
B = 38.3%

CMYK

 C value IS 0.26

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#859DB4 (or 0x859DB4) is known color: Bali Hai. HEX triplet: 85, 9D and B4. RGB value is (133,157,180). Sum of RGB (Red+Green+Blue) = 133+157+180=470 (62% of max value = 765). Red value is 133 (52.34% from 255 or 28.30% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 180 (70.70% from 255 or 38.30% from 470); Max value from RGB is 180 - color contains mainly: blue. Hex color #859DB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #859DB4 is #7A624B. Grayscale: #989898. Windows color (decimal): -8020556 or 11836805. OLE color: 11836805.

HSL color Cylindrical-coordinate representation of color #859DB4: hue angle of 209.36º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #859DB4 is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 133 157 180 -
CMYK 0.26 0.13 0 0.29
HSL 209.36º 0.24% 0.61% -
HSV(B) 209.36º 0.26% 0.71% -
XYZ 29.97 32.4 47.85 -
YUV 152.45 143.55 114.13 -
System Red Green Blue C M Y K H S L
Decimal 133 157 180 0.26 0.13 0 0.29 209.36 0.24 0.61
Hex 85 9D B4 1A D 0 1D D1 18 3D
Octal 205 235 264 32 15 0 35 321 30 75
Binary 10000101 10011101 10110100 11010 1101 0 11101 11010001 11000 111101

Color Harmonies of #859DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859DB4

Black with #859DB4

Text Example


Text Example

White with #859DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859DB4; }

 p { color: rgb(133,157,180); }

 H1.HeaderClassName
 {
   color: #859DB4;
 }
 .AnyTagClassName
 {
   color: #859DB4;
 }
</style>

background-color css

<style>
 a { background-color: #859DB4; }

 a { background-color: rgb(133,157,180); }

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

border-color css

<style>
 span { border-color: #859DB4; }

 span { border-color: rgb(133,157,180); }

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