Html Css Color HEX #928EDD Blue Bell

📋 copy color: '#928EDD'

red 146 ◦ green 142 ◦ blue 221

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

Shades of Blue Bell #928EDD

Tints of Blue Bell #928EDD

RGB

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

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

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

R = 28.68%
G = 27.9%
B = 43.42%

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

#928EDD (or 0x928EDD) is known color: Blue Bell. HEX triplet: 92, 8E and DD. RGB value is (146,142,221). Sum of RGB (Red+Green+Blue) = 146+142+221=509 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.68% from 509); Green value is 142 (55.86% from 255 or 27.90% 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 #928EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928EDD is #6D7122. Grayscale: #979797. Windows color (decimal): -7172387 or 14519954. OLE color: 14519954.

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

Color convert

RGB 146 142 221 -
CMYK 0.34 0.36 0 0.13
HSL 243.04º 0.54% 0.71% -
HSV(B) 243.04º 0.36% 0.87% -
XYZ 34.58 30.68 72.51 -
YUV 152.2 166.83 123.58 -
System Red Green Blue C M Y K H S L
Decimal 146 142 221 0.34 0.36 0 0.13 243.04 0.54 0.71
Hex 92 8E DD 22 24 0 D F3 36 47
Octal 222 216 335 42 44 0 15 363 66 107
Binary 10010010 10001110 11011101 100010 100100 0 1101 11110011 110110 1000111

Color Harmonies of #928EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928EDD

Black with #928EDD

Text Example


Text Example

White with #928EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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