Html Css Color HEX #959BC9 Blue Bell

📋 copy color: '#959BC9'

red 149 ◦ green 155 ◦ blue 201

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

Shades of Blue Bell #959BC9

Tints of Blue Bell #959BC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 39.8%

R = 29.5%
G = 30.69%
B = 39.8%

CMYK

 C value IS 0.26

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#959BC9 (or 0x959BC9) is known color: Blue Bell. HEX triplet: 95, 9B and C9. RGB value is (149,155,201). Sum of RGB (Red+Green+Blue) = 149+155+201=505 (66% of max value = 765). Red value is 149 (58.59% from 255 or 29.50% from 505); Green value is 155 (60.94% from 255 or 30.69% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 201 - color contains mainly: blue. Hex color #959BC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959BC9 is #6A6436. Grayscale: #9E9E9E. Windows color (decimal): -6972471 or 13212565. OLE color: 13212565.

HSL color Cylindrical-coordinate representation of color #959BC9: hue angle of 233.08º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #959BC9 is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 149 155 201 -
CMYK 0.26 0.23 0 0.21
HSL 233.08º 0.33% 0.69% -
HSV(B) 233.08º 0.26% 0.79% -
XYZ 34.66 34.05 60 -
YUV 158.45 152.01 121.26 -
System Red Green Blue C M Y K H S L
Decimal 149 155 201 0.26 0.23 0 0.21 233.08 0.33 0.69
Hex 95 9B C9 1A 17 0 15 E9 20 45
Octal 225 233 311 32 27 0 25 351 40 105
Binary 10010101 10011011 11001001 11010 10111 0 10101 11101001 100000 1000101

Color Harmonies of #959BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959BC9

Black with #959BC9

Text Example


Text Example

White with #959BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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