Html Css Color HEX #928EDE Blue Bell

📋 copy color: '#928EDE'

red 146 ◦ green 142 ◦ blue 222

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

Shades of Blue Bell #928EDE

Tints of Blue Bell #928EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.53%

R = 28.63%
G = 27.84%
B = 43.53%

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

#928EDE (or 0x928EDE) is known color: Blue Bell. HEX triplet: 92, 8E and DE. RGB value is (146,142,222). Sum of RGB (Red+Green+Blue) = 146+142+222=510 (67% of max value = 765). Red value is 146 (57.42% from 255 or 28.63% from 510); Green value is 142 (55.86% from 255 or 27.84% from 510); Blue value is 222 (87.11% from 255 or 43.53% from 510); Max value from RGB is 222 - color contains mainly: blue. Hex color #928EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928EDE is #6D7121. Grayscale: #989898. Windows color (decimal): -7172386 or 14585490. OLE color: 14585490.

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

Color convert

RGB 146 142 222 -
CMYK 0.34 0.36 0 0.13
HSL 243º 0.55% 0.71% -
HSV(B) 243º 0.36% 0.87% -
XYZ 34.71 30.73 73.21 -
YUV 152.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 146 142 222 0.34 0.36 0 0.13 243 0.55 0.71
Hex 92 8E DE 22 24 0 D F3 37 47
Octal 222 216 336 42 44 0 15 363 67 107
Binary 10010010 10001110 11011110 100010 100100 0 1101 11110011 110111 1000111

Color Harmonies of #928EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928EDE

Black with #928EDE

Text Example


Text Example

White with #928EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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