Html Css Color HEX #918DDD Blue Bell

📋 copy color: '#918DDD'

red 145 ◦ green 141 ◦ blue 221

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

Shades of Blue Bell #918DDD

Tints of Blue Bell #918DDD

RGB

 RED value IS 145 (57.03% from 255) = 28.6%

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

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

R = 28.6%
G = 27.81%
B = 43.59%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#918DDD (or 0x918DDD) is known color: Blue Bell. HEX triplet: 91, 8D and DD. RGB value is (145,141,221). Sum of RGB (Red+Green+Blue) = 145+141+221=507 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.60% from 507); Green value is 141 (55.47% from 255 or 27.81% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #918DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918DDD is #6E7222. Grayscale: #979797. Windows color (decimal): -7238179 or 14519697. OLE color: 14519697.

HSL color Cylindrical-coordinate representation of color #918DDD: hue angle of 243º 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 #918DDD is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 145 141 221 -
CMYK 0.34 0.36 0 0.13
HSL 243º 0.54% 0.71% -
HSV(B) 243º 0.36% 0.87% -
XYZ 34.25 30.29 72.45 -
YUV 151.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 145 141 221 0.34 0.36 0 0.13 243 0.54 0.71
Hex 91 8D DD 22 24 0 D F3 36 47
Octal 221 215 335 42 44 0 15 363 66 107
Binary 10010001 10001101 11011101 100010 100100 0 1101 11110011 110110 1000111

Color Harmonies of #918DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918DDD

Black with #918DDD

Text Example


Text Example

White with #918DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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