Html Css Color HEX #958BDD Blue Bell

📋 copy color: '#958BDD'

red 149 ◦ green 139 ◦ blue 221

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

Shades of Blue Bell #958BDD

Tints of Blue Bell #958BDD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.31%

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

R = 29.27%
G = 27.31%
B = 43.42%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#958BDD (or 0x958BDD) is known color: Blue Bell. HEX triplet: 95, 8B and DD. RGB value is (149,139,221). Sum of RGB (Red+Green+Blue) = 149+139+221=509 (67% of max value = 765). Red value is 149 (58.59% from 255 or 29.27% from 509); Green value is 139 (54.69% from 255 or 27.31% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #958BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958BDD is #6A7422. Grayscale: #979797. Windows color (decimal): -6976547 or 14519189. OLE color: 14519189.

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

Color convert

RGB 149 139 221 -
CMYK 0.33 0.37 0 0.13
HSL 247.32º 0.55% 0.71% -
HSV(B) 247.32º 0.37% 0.87% -
XYZ 34.68 30.08 72.38 -
YUV 151.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 149 139 221 0.33 0.37 0 0.13 247.32 0.55 0.71
Hex 95 8B DD 21 25 0 D F7 37 47
Octal 225 213 335 41 45 0 15 367 67 107
Binary 10010101 10001011 11011101 100001 100101 0 1101 11110111 110111 1000111

Color Harmonies of #958BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #958BDD

Black with #958BDD

Text Example


Text Example

White with #958BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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