Html Css Color HEX #959FC5 Rock Blue

📋 copy color: '#959FC5'

red 149 ◦ green 159 ◦ blue 197

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

Shades of Rock Blue #959FC5

Tints of Rock Blue #959FC5

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.49%

 BLUE value IS 197 (77.34% from 255) = 39.01%

R = 29.5%
G = 31.49%
B = 39.01%

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#959FC5 (or 0x959FC5) is known color: Rock Blue. HEX triplet: 95, 9F and C5. RGB value is (149,159,197). Sum of RGB (Red+Green+Blue) = 149+159+197=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 159 (62.5% from 255 or 31.49% from 505); Blue value is 197 (77.34% from 255 or 39.01% from 505); Max value from RGB is 197 - color contains mainly: blue. Hex color #959FC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FC5 is #6A603A. Grayscale: #A0A0A0. Windows color (decimal): -6971451 or 12951445. OLE color: 12951445.

HSL color Cylindrical-coordinate representation of color #959FC5: hue angle of 227.5º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #959FC5 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 149 159 197 -
CMYK 0.24 0.19 0 0.23
HSL 227.5º 0.29% 0.68% -
HSV(B) 227.5º 0.24% 0.77% -
XYZ 34.87 35.22 57.78 -
YUV 160.34 148.69 119.91 -
System Red Green Blue C M Y K H S L
Decimal 149 159 197 0.24 0.19 0 0.23 227.5 0.29 0.68
Hex 95 9F C5 18 13 0 17 E4 1D 44
Octal 225 237 305 30 23 0 27 344 35 104
Binary 10010101 10011111 11000101 11000 10011 0 10111 11100100 11101 1000100

Color Harmonies of #959FC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FC5

Black with #959FC5

Text Example


Text Example

White with #959FC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,159,197); }

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

background-color css

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

 a { background-color: rgb(149,159,197); }

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

border-color css

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

 span { border-color: rgb(149,159,197); }

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