Html Css Color HEX #959DBA Rock Blue

📋 copy color: '#959DBA'

red 149 ◦ green 157 ◦ blue 186

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

Shades of Rock Blue #959DBA

Tints of Rock Blue #959DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.8%

R = 30.28%
G = 31.91%
B = 37.8%

CMYK

 C value IS 0.20

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#959DBA (or 0x959DBA) is known color: Rock Blue. HEX triplet: 95, 9D and BA. RGB value is (149,157,186). Sum of RGB (Red+Green+Blue) = 149+157+186=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 157 (61.72% from 255 or 31.91% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #959DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DBA is #6A6245. Grayscale: #9D9D9D. Windows color (decimal): -6971974 or 12230037. OLE color: 12230037.

HSL color Cylindrical-coordinate representation of color #959DBA: hue angle of 227.03º degrees, saturation: 0.21, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #959DBA is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 157 186 -
CMYK 0.20 0.16 0 0.27
HSL 227.03º 0.21% 0.66% -
HSV(B) 227.03º 0.2% 0.73% -
XYZ 33.31 34.05 51.27 -
YUV 157.91 143.85 121.64 -
System Red Green Blue C M Y K H S L
Decimal 149 157 186 0.20 0.16 0 0.27 227.03 0.21 0.66
Hex 95 9D BA 14 10 0 1B E3 15 42
Octal 225 235 272 24 20 0 33 343 25 102
Binary 10010101 10011101 10111010 10100 10000 0 11011 11100011 10101 1000010

Color Harmonies of #959DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DBA

Black with #959DBA

Text Example


Text Example

White with #959DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,186); }

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

background-color css

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

 a { background-color: rgb(149,157,186); }

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

border-color css

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

 span { border-color: rgb(149,157,186); }

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