Html Css Color HEX #928EDB Blue Bell

📋 copy color: '#928EDB'

red 146 ◦ green 142 ◦ blue 219

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

Shades of Blue Bell #928EDB

Tints of Blue Bell #928EDB

RGB

 RED value IS 146 (57.42% from 255) = 28.8%

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

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

R = 28.8%
G = 28.01%
B = 43.2%

CMYK

 C value IS 0.33

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#928EDB (or 0x928EDB) is known color: Blue Bell. HEX triplet: 92, 8E and DB. RGB value is (146,142,219). Sum of RGB (Red+Green+Blue) = 146+142+219=507 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.80% from 507); Green value is 142 (55.86% from 255 or 28.01% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #928EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928EDB is #6D7124. Grayscale: #979797. Windows color (decimal): -7172389 or 14388882. OLE color: 14388882.

HSL color Cylindrical-coordinate representation of color #928EDB: hue angle of 243.12º 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 #928EDB is Cyan = 0.33, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 142 219 -
CMYK 0.33 0.35 0 0.14
HSL 243.12º 0.52% 0.71% -
HSV(B) 243.12º 0.35% 0.86% -
XYZ 34.31 30.57 71.11 -
YUV 151.97 165.83 123.74 -
System Red Green Blue C M Y K H S L
Decimal 146 142 219 0.33 0.35 0 0.14 243.12 0.52 0.71
Hex 92 8E DB 21 23 0 E F3 34 47
Octal 222 216 333 41 43 0 16 363 64 107
Binary 10010010 10001110 11011011 100001 100011 0 1110 11110011 110100 1000111

Color Harmonies of #928EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928EDB

Black with #928EDB

Text Example


Text Example

White with #928EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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