Html Css Color HEX #959DCD Blue Bell

📋 copy color: '#959DCD'

red 149 ◦ green 157 ◦ blue 205

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

Shades of Blue Bell #959DCD

Tints of Blue Bell #959DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.72%

 BLUE value IS 205 (80.47% from 255) = 40.12%

R = 29.16%
G = 30.72%
B = 40.12%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#959DCD (or 0x959DCD) is known color: Blue Bell. HEX triplet: 95, 9D and CD. RGB value is (149,157,205). Sum of RGB (Red+Green+Blue) = 149+157+205=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #959DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DCD is #6A6232. Grayscale: #9F9F9F. Windows color (decimal): -6971955 or 13475221. OLE color: 13475221.

HSL color Cylindrical-coordinate representation of color #959DCD: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #959DCD is Cyan = 0.27, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 149 157 205 -
CMYK 0.27 0.23 0 0.20
HSL 231.43º 0.36% 0.69% -
HSV(B) 231.43º 0.27% 0.8% -
XYZ 35.47 34.91 62.63 -
YUV 160.08 153.35 120.1 -
System Red Green Blue C M Y K H S L
Decimal 149 157 205 0.27 0.23 0 0.20 231.43 0.36 0.69
Hex 95 9D CD 1B 17 0 14 E7 24 45
Octal 225 235 315 33 27 0 24 347 44 105
Binary 10010101 10011101 11001101 11011 10111 0 10100 11100111 100100 1000101

Color Harmonies of #959DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DCD

Black with #959DCD

Text Example


Text Example

White with #959DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,157,205); }

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

background-color css

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

 a { background-color: rgb(149,157,205); }

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

border-color css

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

 span { border-color: rgb(149,157,205); }

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