Html Css Color HEX #959FB4 Rock Blue

📋 copy color: '#959FB4'

red 149 ◦ green 159 ◦ blue 180

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

Shades of Rock Blue #959FB4

Tints of Rock Blue #959FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.89%

R = 30.53%
G = 32.58%
B = 36.89%

CMYK

 C value IS 0.17

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#959FB4 (or 0x959FB4) is known color: Rock Blue. HEX triplet: 95, 9F and B4. RGB value is (149,159,180). Sum of RGB (Red+Green+Blue) = 149+159+180=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 159 (62.5% from 255 or 32.58% from 488); Blue value is 180 (70.70% from 255 or 36.89% from 488); Max value from RGB is 180 - color contains mainly: blue. Hex color #959FB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959FB4 is #6A604B. Grayscale: #9E9E9E. Windows color (decimal): -6971468 or 11837333. OLE color: 11837333.

HSL color Cylindrical-coordinate representation of color #959FB4: hue angle of 220.65º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #959FB4 is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 149 159 180 -
CMYK 0.17 0.12 0 0.29
HSL 220.65º 0.17% 0.65% -
HSV(B) 220.65º 0.17% 0.71% -
XYZ 33.03 34.48 48.09 -
YUV 158.4 140.19 121.29 -
System Red Green Blue C M Y K H S L
Decimal 149 159 180 0.17 0.12 0 0.29 220.65 0.17 0.65
Hex 95 9F B4 11 C 0 1D DD 11 41
Octal 225 237 264 21 14 0 35 335 21 101
Binary 10010101 10011111 10110100 10001 1100 0 11101 11011101 10001 1000001

Color Harmonies of #959FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959FB4

Black with #959FB4

Text Example


Text Example

White with #959FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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