Html Css Color HEX #918CDB Blue Bell

📋 copy color: '#918CDB'

red 145 ◦ green 140 ◦ blue 219

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

Shades of Blue Bell #918CDB

Tints of Blue Bell #918CDB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.78%

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

R = 28.77%
G = 27.78%
B = 43.45%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#918CDB (or 0x918CDB) is known color: Blue Bell. HEX triplet: 91, 8C and DB. RGB value is (145,140,219). Sum of RGB (Red+Green+Blue) = 145+140+219=504 (66% of max value = 765). Red value is 145 (57.03% from 255 or 28.77% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 219 (85.94% from 255 or 43.45% from 504); Max value from RGB is 219 - color contains mainly: blue. Hex color #918CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918CDB is #6E7324. Grayscale: #969696. Windows color (decimal): -7238437 or 14388369. OLE color: 14388369.

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

Color convert

RGB 145 140 219 -
CMYK 0.34 0.36 0 0.14
HSL 243.8º 0.52% 0.7% -
HSV(B) 243.8º 0.36% 0.86% -
XYZ 33.84 29.89 71 -
YUV 150.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 145 140 219 0.34 0.36 0 0.14 243.8 0.52 0.7
Hex 91 8C DB 22 24 0 E F4 34 46
Octal 221 214 333 42 44 0 16 364 64 106
Binary 10010001 10001100 11011011 100010 100100 0 1110 11110100 110100 1000110

Color Harmonies of #918CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918CDB

Black with #918CDB

Text Example


Text Example

White with #918CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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