Html Css Color HEX #959EC0 Rock Blue

📋 copy color: '#959EC0'

red 149 ◦ green 158 ◦ blue 192

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

Shades of Rock Blue #959EC0

Tints of Rock Blue #959EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 38.48%

R = 29.86%
G = 31.66%
B = 38.48%

CMYK

 C value IS 0.22

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#959EC0 (or 0x959EC0) is known color: Rock Blue. HEX triplet: 95, 9E and C0. RGB value is (149,158,192). Sum of RGB (Red+Green+Blue) = 149+158+192=499 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.86% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #959EC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959EC0 is #6A613F. Grayscale: #9F9F9F. Windows color (decimal): -6971712 or 12623509. OLE color: 12623509.

HSL color Cylindrical-coordinate representation of color #959EC0: hue angle of 227.44º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #959EC0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 158 192 -
CMYK 0.22 0.18 0 0.25
HSL 227.44º 0.25% 0.67% -
HSV(B) 227.44º 0.22% 0.75% -
XYZ 34.14 34.65 54.76 -
YUV 159.19 146.52 120.74 -
System Red Green Blue C M Y K H S L
Decimal 149 158 192 0.22 0.18 0 0.25 227.44 0.25 0.67
Hex 95 9E C0 16 12 0 19 E3 19 43
Octal 225 236 300 26 22 0 31 343 31 103
Binary 10010101 10011110 11000000 10110 10010 0 11001 11100011 11001 1000011

Color Harmonies of #959EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EC0

Black with #959EC0

Text Example


Text Example

White with #959EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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