Html Css Color HEX #959DCF Blue Bell

📋 copy color: '#959DCF'

red 149 ◦ green 157 ◦ blue 207

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

Shades of Blue Bell #959DCF

Tints of Blue Bell #959DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 40.35%

R = 29.04%
G = 30.6%
B = 40.35%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#959DCF (or 0x959DCF) is known color: Blue Bell. HEX triplet: 95, 9D and CF. RGB value is (149,157,207). Sum of RGB (Red+Green+Blue) = 149+157+207=513 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.04% from 513); Green value is 157 (61.72% from 255 or 30.60% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #959DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #959DCF is #6A6230. Grayscale: #A0A0A0. Windows color (decimal): -6971953 or 13606293. OLE color: 13606293.

HSL color Cylindrical-coordinate representation of color #959DCF: hue angle of 231.72º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #959DCF is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 149 157 207 -
CMYK 0.28 0.24 0 0.19
HSL 231.72º 0.38% 0.7% -
HSV(B) 231.72º 0.28% 0.81% -
XYZ 35.71 35.01 63.91 -
YUV 160.31 154.35 119.93 -
System Red Green Blue C M Y K H S L
Decimal 149 157 207 0.28 0.24 0 0.19 231.72 0.38 0.7
Hex 95 9D CF 1C 18 0 13 E8 26 46
Octal 225 235 317 34 30 0 23 350 46 106
Binary 10010101 10011101 11001111 11100 11000 0 10011 11101000 100110 1000110

Color Harmonies of #959DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959DCF

Black with #959DCF

Text Example


Text Example

White with #959DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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