#928BD2

Color #928BD2 Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #928BD2

Tints of Blue Bell #928BD2

Color information

#928BD2 (or 0x928BD2) is unknown color: approx Blue Bell. HEX triplet: 92, 8B and D2. RGB value is (146,139,210). Sum of RGB (Red+Green+Blue) = 146+139+210=495 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.49% from 495); Green value is 139 (54.69% from 255 or 28.08% from 495); Blue value is 210 (82.42% from 255 or 42.42% from 495); Max value from RGB is 210 - color contains mainly: blue. Hex color #928BD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BD2 is #6D742D. Grayscale: #949494. Windows color (decimal): -7173166 or 13798290. OLE color: 13798290.

HSL color Cylindrical-coordinate representation of color #928BD2: hue angle of 245.92º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928BD2 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB146139210-
CMYK0.300.3400.18
HSL245.92º44.1%68.43%-
HSV(B)245.92º33.81%82.35%-
XYZ32.7229.2364.89-
YUV149.19162.32125.73-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.49%
GREEN value IS 139 (54.69% from 255) = 28.08%
BLUE value IS 210 (82.42% from 255) = 42.42%
R=29.49%
G=28.08%
B=42.42%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1461392100.300.3400.18245.9244.168.43
Hex928BD21E22012f62c44
Octal222213322364202236654104
Binary10010010100010111101001011110100010010010111101101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,139,210); }

 H1.HeaderClassName
 {
   color: #928BD2;
 }
 .AnyTagClassName
 {
   color: #928BD2;
 }
</style>
background-color css

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

 a { background-color: rgb(146,139,210); }

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

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

 span { border-color: rgb(146,139,210); }

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