Html Css Color HEX #918EDB Blue Bell

📋 copy color: '#918EDB'

red 145 ◦ green 142 ◦ blue 219

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

Shades of Blue Bell #918EDB

Tints of Blue Bell #918EDB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 28.06%

 BLUE value IS 219 (85.94% from 255) = 43.28%

R = 28.66%
G = 28.06%
B = 43.28%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#918EDB (or 0x918EDB) is known color: Blue Bell. HEX triplet: 91, 8E and DB. RGB value is (145,142,219). Sum of RGB (Red+Green+Blue) = 145+142+219=506 (67% of max value = 765). Red value is 145 (57.03% from 255 or 28.66% from 506); Green value is 142 (55.86% from 255 or 28.06% from 506); Blue value is 219 (85.94% from 255 or 43.28% from 506); Max value from RGB is 219 - color contains mainly: blue. Hex color #918EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918EDB is #6E7124. Grayscale: #979797. Windows color (decimal): -7237925 or 14388881. OLE color: 14388881.

HSL color Cylindrical-coordinate representation of color #918EDB: hue angle of 242.34º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #918EDB is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 145 142 219 -
CMYK 0.34 0.35 0 0.14
HSL 242.34º 0.52% 0.71% -
HSV(B) 242.34º 0.35% 0.86% -
XYZ 34.14 30.48 71.1 -
YUV 151.68 165.99 123.24 -
System Red Green Blue C M Y K H S L
Decimal 145 142 219 0.34 0.35 0 0.14 242.34 0.52 0.71
Hex 91 8E DB 22 23 0 E F2 34 47
Octal 221 216 333 42 43 0 16 362 64 107
Binary 10010001 10001110 11011011 100010 100011 0 1110 11110010 110100 1000111

Color Harmonies of #918EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918EDB

Black with #918EDB

Text Example


Text Example

White with #918EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,142,219); }

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

background-color css

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

 a { background-color: rgb(145,142,219); }

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

border-color css

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

 span { border-color: rgb(145,142,219); }

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