Html Css Color HEX #928ADB Blue Bell

📋 copy color: '#928ADB'

red 146 ◦ green 138 ◦ blue 219

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

Shades of Blue Bell #928ADB

Tints of Blue Bell #928ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 27.44%

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

R = 29.03%
G = 27.44%
B = 43.54%

CMYK

 C value IS 0.33

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#928ADB (or 0x928ADB) is known color: Blue Bell. HEX triplet: 92, 8A and DB. RGB value is (146,138,219). Sum of RGB (Red+Green+Blue) = 146+138+219=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 138 (54.30% from 255 or 27.44% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #928ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928ADB is #6D7524. Grayscale: #959595. Windows color (decimal): -7173413 or 14387858. OLE color: 14387858.

HSL color Cylindrical-coordinate representation of color #928ADB: hue angle of 245.93º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #928ADB is Cyan = 0.33, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 146 138 219 -
CMYK 0.33 0.37 0 0.14
HSL 245.93º 0.53% 0.7% -
HSV(B) 245.93º 0.37% 0.86% -
XYZ 33.73 29.4 70.92 -
YUV 149.63 167.15 125.41 -
System Red Green Blue C M Y K H S L
Decimal 146 138 219 0.33 0.37 0 0.14 245.93 0.53 0.7
Hex 92 8A DB 21 25 0 E F6 35 46
Octal 222 212 333 41 45 0 16 366 65 106
Binary 10010010 10001010 11011011 100001 100101 0 1110 11110110 110101 1000110

Color Harmonies of #928ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #928ADB

Black with #928ADB

Text Example


Text Example

White with #928ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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