Html Css Color HEX #959FA3 Bali Hai

📋 copy color: '#959FA3'

red 149 ◦ green 159 ◦ blue 163

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

Shades of Bali Hai #959FA3

Tints of Bali Hai #959FA3

RGB

 RED value IS 149 (58.59% from 255) = 31.63%

 GREEN value IS 159 (62.5% from 255) = 33.76%

 BLUE value IS 163 (64.06% from 255) = 34.61%

R = 31.63%
G = 33.76%
B = 34.61%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#959FA3 (or 0x959FA3) is known color: Bali Hai. HEX triplet: 95, 9F and A3. RGB value is (149,159,163). Sum of RGB (Red+Green+Blue) = 149+159+163=471 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.63% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 163 - color contains mainly: blue. Hex color #959FA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959FA3 is #6A605C. Grayscale: #9C9C9C. Windows color (decimal): -6971485 or 10723221. OLE color: 10723221.

HSL color Cylindrical-coordinate representation of color #959FA3: hue angle of 197.14º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959FA3 is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 149 159 163 -
CMYK 0.09 0.02 0 0.36
HSL 197.14º 0.07% 0.61% -
HSV(B) 197.14º 0.09% 0.64% -
XYZ 31.4 33.83 39.53 -
YUV 156.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 149 159 163 0.09 0.02 0 0.36 197.14 0.07 0.61
Hex 95 9F A3 9 2 0 24 C5 7 3D
Octal 225 237 243 11 2 0 44 305 7 75
Binary 10010101 10011111 10100011 1001 10 0 100100 11000101 111 111101

Color Harmonies of #959FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FA3

Black with #959FA3

Text Example


Text Example

White with #959FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959FA3; }

 p { color: rgb(149,159,163); }

 H1.HeaderClassName
 {
   color: #959FA3;
 }
 .AnyTagClassName
 {
   color: #959FA3;
 }
</style>

background-color css

<style>
 a { background-color: #959FA3; }

 a { background-color: rgb(149,159,163); }

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

border-color css

<style>
 span { border-color: #959FA3; }

 span { border-color: rgb(149,159,163); }

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