Html Css Color HEX #959BAD Rock Blue

📋 copy color: '#959BAD'

red 149 ◦ green 155 ◦ blue 173

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

Shades of Rock Blue #959BAD

Tints of Rock Blue #959BAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.27%

R = 31.24%
G = 32.49%
B = 36.27%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#959BAD (or 0x959BAD) is known color: Rock Blue. HEX triplet: 95, 9B and AD. RGB value is (149,155,173). Sum of RGB (Red+Green+Blue) = 149+155+173=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 173 (67.97% from 255 or 36.27% from 477); Max value from RGB is 173 - color contains mainly: blue. Hex color #959BAD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959BAD is #6A6452. Grayscale: #9B9B9B. Windows color (decimal): -6972499 or 11377557. OLE color: 11377557.

HSL color Cylindrical-coordinate representation of color #959BAD: hue angle of 225º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #959BAD is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 149 155 173 -
CMYK 0.14 0.10 0 0.32
HSL 225º 0.13% 0.63% -
HSV(B) 225º 0.14% 0.68% -
XYZ 31.66 32.85 44.21 -
YUV 155.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 149 155 173 0.14 0.10 0 0.32 225 0.13 0.63
Hex 95 9B AD E A 0 20 E1 D 3F
Octal 225 233 255 16 12 0 40 341 15 77
Binary 10010101 10011011 10101101 1110 1010 0 100000 11100001 1101 111111

Color Harmonies of #959BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BAD

Black with #959BAD

Text Example


Text Example

White with #959BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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