Html Css Color HEX #85969D Bali Hai

📋 copy color: '#85969D'

red 133 ◦ green 150 ◦ blue 157

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

Shades of Bali Hai #85969D

Tints of Bali Hai #85969D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.09%

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 30.23%
G = 34.09%
B = 35.68%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#85969D (or 0x85969D) is known color: Bali Hai. HEX triplet: 85, 96 and 9D. RGB value is (133,150,157). Sum of RGB (Red+Green+Blue) = 133+150+157=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 150 (58.98% from 255 or 34.09% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 157 - color contains mainly: blue. Hex color #85969D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #85969D is #7A6962. Grayscale: #919191. Windows color (decimal): -8022371 or 10327685. OLE color: 10327685.

HSL color Cylindrical-coordinate representation of color #85969D: hue angle of 197.5º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #85969D is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 133 150 157 -
CMYK 0.15 0.04 0 0.38
HSL 197.5º 0.11% 0.57% -
HSV(B) 197.5º 0.15% 0.62% -
XYZ 26.67 29.23 36.14 -
YUV 145.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 133 150 157 0.15 0.04 0 0.38 197.5 0.11 0.57
Hex 85 96 9D F 4 0 26 C6 B 39
Octal 205 226 235 17 4 0 46 306 13 71
Binary 10000101 10010110 10011101 1111 100 0 100110 11000110 1011 111001

Color Harmonies of #85969D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85969D

Black with #85969D

Text Example


Text Example

White with #85969D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85969D; }

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

 H1.HeaderClassName
 {
   color: #85969D;
 }
 .AnyTagClassName
 {
   color: #85969D;
 }
</style>

background-color css

<style>
 a { background-color: #85969D; }

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

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

border-color css

<style>
 span { border-color: #85969D; }

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

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