Html Css Color HEX #959CBA Rock Blue

📋 copy color: '#959CBA'

red 149 ◦ green 156 ◦ blue 186

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

Shades of Rock Blue #959CBA

Tints of Rock Blue #959CBA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 31.77%

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

R = 30.35%
G = 31.77%
B = 37.88%

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

#959CBA (or 0x959CBA) is known color: Rock Blue. HEX triplet: 95, 9C and BA. RGB value is (149,156,186). Sum of RGB (Red+Green+Blue) = 149+156+186=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 156 (61.33% from 255 or 31.77% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #959CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959CBA is #6A6345. Grayscale: #9D9D9D. Windows color (decimal): -6972230 or 12229781. OLE color: 12229781.

HSL color Cylindrical-coordinate representation of color #959CBA: hue angle of 228.65º 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 #959CBA is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 149 156 186 -
CMYK 0.20 0.16 0 0.27
HSL 228.65º 0.21% 0.66% -
HSV(B) 228.65º 0.2% 0.73% -
XYZ 33.15 33.71 51.21 -
YUV 157.33 144.18 122.06 -
System Red Green Blue C M Y K H S L
Decimal 149 156 186 0.20 0.16 0 0.27 228.65 0.21 0.66
Hex 95 9C BA 14 10 0 1B E5 15 42
Octal 225 234 272 24 20 0 33 345 25 102
Binary 10010101 10011100 10111010 10100 10000 0 11011 11100101 10101 1000010

Color Harmonies of #959CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959CBA

Black with #959CBA

Text Example


Text Example

White with #959CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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