Html Css Color HEX #959BAF Rock Blue

📋 copy color: '#959BAF'

red 149 ◦ green 155 ◦ blue 175

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

Shades of Rock Blue #959BAF

Tints of Rock Blue #959BAF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.36%

 BLUE value IS 175 (68.75% from 255) = 36.53%

R = 31.11%
G = 32.36%
B = 36.53%

CMYK

 C value IS 0.15

 M value IS 0.11

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#959BAF (or 0x959BAF) is known color: Rock Blue. HEX triplet: 95, 9B and AF. RGB value is (149,155,175). Sum of RGB (Red+Green+Blue) = 149+155+175=479 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.11% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 175 (68.75% from 255 or 36.53% from 479); Max value from RGB is 175 - color contains mainly: blue. Hex color #959BAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BAF is #6A6450. Grayscale: #9B9B9B. Windows color (decimal): -6972497 or 11508629. OLE color: 11508629.

HSL color Cylindrical-coordinate representation of color #959BAF: hue angle of 226.15º degrees, saturation: 0.14, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #959BAF is Cyan = 0.15, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 149 155 175 -
CMYK 0.15 0.11 0 0.31
HSL 226.15º 0.14% 0.64% -
HSV(B) 226.15º 0.15% 0.69% -
XYZ 31.85 32.93 45.23 -
YUV 155.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 149 155 175 0.15 0.11 0 0.31 226.15 0.14 0.64
Hex 95 9B AF F B 0 1F E2 E 40
Octal 225 233 257 17 13 0 37 342 16 100
Binary 10010101 10011011 10101111 1111 1011 0 11111 11100010 1110 1000000

Color Harmonies of #959BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BAF

Black with #959BAF

Text Example


Text Example

White with #959BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,175); }

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

background-color css

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

 a { background-color: rgb(149,155,175); }

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

border-color css

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

 span { border-color: rgb(149,155,175); }

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