Html Css Color HEX #958DDD Blue Bell

📋 copy color: '#958DDD'

red 149 ◦ green 141 ◦ blue 221

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

Shades of Blue Bell #958DDD

Tints of Blue Bell #958DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.59%

 BLUE value IS 221 (86.72% from 255) = 43.25%

R = 29.16%
G = 27.59%
B = 43.25%

CMYK

 C value IS 0.33

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#958DDD (or 0x958DDD) is known color: Blue Bell. HEX triplet: 95, 8D and DD. RGB value is (149,141,221). Sum of RGB (Red+Green+Blue) = 149+141+221=511 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.16% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #958DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958DDD is #6A7222. Grayscale: #989898. Windows color (decimal): -6976035 or 14519701. OLE color: 14519701.

HSL color Cylindrical-coordinate representation of color #958DDD: hue angle of 246º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #958DDD is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 149 141 221 -
CMYK 0.33 0.36 0 0.13
HSL 246º 0.54% 0.71% -
HSV(B) 246º 0.36% 0.87% -
XYZ 34.97 30.66 72.48 -
YUV 152.51 166.65 125.5 -
System Red Green Blue C M Y K H S L
Decimal 149 141 221 0.33 0.36 0 0.13 246 0.54 0.71
Hex 95 8D DD 21 24 0 D F6 36 47
Octal 225 215 335 41 44 0 15 366 66 107
Binary 10010101 10001101 11011101 100001 100100 0 1101 11110110 110110 1000111

Color Harmonies of #958DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958DDD

Black with #958DDD

Text Example


Text Example

White with #958DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #958DDD; }

 p { color: rgb(149,141,221); }

 H1.HeaderClassName
 {
   color: #958DDD;
 }
 .AnyTagClassName
 {
   color: #958DDD;
 }
</style>

background-color css

<style>
 a { background-color: #958DDD; }

 a { background-color: rgb(149,141,221); }

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

border-color css

<style>
 span { border-color: #958DDD; }

 span { border-color: rgb(149,141,221); }

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