Html Css Color HEX #959EB2 Rock Blue

📋 copy color: '#959EB2'

red 149 ◦ green 158 ◦ blue 178

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

Shades of Rock Blue #959EB2

Tints of Rock Blue #959EB2

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 178 (69.92% from 255) = 36.7%

R = 30.72%
G = 32.58%
B = 36.7%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#959EB2 (or 0x959EB2) is known color: Rock Blue. HEX triplet: 95, 9E and B2. RGB value is (149,158,178). Sum of RGB (Red+Green+Blue) = 149+158+178=485 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.72% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 178 (69.92% from 255 or 36.70% from 485); Max value from RGB is 178 - color contains mainly: blue. Hex color #959EB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EB2 is #6A614D. Grayscale: #9D9D9D. Windows color (decimal): -6971726 or 11706005. OLE color: 11706005.

HSL color Cylindrical-coordinate representation of color #959EB2: hue angle of 221.38º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #959EB2 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 149 158 178 -
CMYK 0.16 0.11 0 0.30
HSL 221.38º 0.16% 0.64% -
HSV(B) 221.38º 0.16% 0.7% -
XYZ 32.66 34.06 46.97 -
YUV 157.59 139.52 121.87 -
System Red Green Blue C M Y K H S L
Decimal 149 158 178 0.16 0.11 0 0.30 221.38 0.16 0.64
Hex 95 9E B2 10 B 0 1E DD 10 40
Octal 225 236 262 20 13 0 36 335 20 100
Binary 10010101 10011110 10110010 10000 1011 0 11110 11011101 10000 1000000

Color Harmonies of #959EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EB2

Black with #959EB2

Text Example


Text Example

White with #959EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,158,178); }

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

background-color css

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

 a { background-color: rgb(149,158,178); }

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

border-color css

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

 span { border-color: rgb(149,158,178); }

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