Html Css Color HEX #959BBF Blue Bell

📋 copy color: '#959BBF'

red 149 ◦ green 155 ◦ blue 191

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

Shades of Blue Bell #959BBF

Tints of Blue Bell #959BBF

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.31%

 BLUE value IS 191 (75% from 255) = 38.59%

R = 30.1%
G = 31.31%
B = 38.59%

CMYK

 C value IS 0.22

 M value IS 0.19

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#959BBF (or 0x959BBF) is known color: Blue Bell. HEX triplet: 95, 9B and BF. RGB value is (149,155,191). Sum of RGB (Red+Green+Blue) = 149+155+191=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 155 (60.94% from 255 or 31.31% from 495); Blue value is 191 (75% from 255 or 38.59% from 495); Max value from RGB is 191 - color contains mainly: blue. Hex color #959BBF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BBF is #6A6440. Grayscale: #9D9D9D. Windows color (decimal): -6972481 or 12557205. OLE color: 12557205.

HSL color Cylindrical-coordinate representation of color #959BBF: hue angle of 231.43º 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 #959BBF is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 149 155 191 -
CMYK 0.22 0.19 0 0.25
HSL 231.43º 0.25% 0.67% -
HSV(B) 231.43º 0.22% 0.75% -
XYZ 33.52 33.59 54.01 -
YUV 157.31 147.01 122.07 -
System Red Green Blue C M Y K H S L
Decimal 149 155 191 0.22 0.19 0 0.25 231.43 0.25 0.67
Hex 95 9B BF 16 13 0 19 E7 19 43
Octal 225 233 277 26 23 0 31 347 31 103
Binary 10010101 10011011 10111111 10110 10011 0 11001 11100111 11001 1000011

Color Harmonies of #959BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BBF

Black with #959BBF

Text Example


Text Example

White with #959BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,155,191); }

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

background-color css

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

 a { background-color: rgb(149,155,191); }

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

border-color css

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

 span { border-color: rgb(149,155,191); }

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