#928BD4

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

Shades of Blue Bell #928BD4

Tints of Blue Bell #928BD4

Color information

#928BD4 (or 0x928BD4) is unknown color: approx Blue Bell. HEX triplet: 92, 8B and D4. RGB value is (146,139,212). Sum of RGB (Red+Green+Blue) = 146+139+212=497 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.38% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 212 (83.20% from 255 or 42.66% from 497); Max value from RGB is 212 - color contains mainly: blue. Hex color #928BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928BD4 is #6D742B. Grayscale: #959595. Windows color (decimal): -7173164 or 13929362. OLE color: 13929362.

HSL color Cylindrical-coordinate representation of color #928BD4: hue angle of 245.75º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #928BD4 is Cyan = 0.31, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB146139212-
CMYK0.310.3400.17
HSL245.75º45.91%68.82%-
HSV(B)245.75º34.43%83.14%-
XYZ32.9729.3366.21-
YUV149.42163.32125.56-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.38%
GREEN value IS 139 (54.69% from 255) = 27.97%
BLUE value IS 212 (83.20% from 255) = 42.66%
R=29.38%
G=27.97%
B=42.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1461392120.310.3400.17245.7545.9168.82
Hex928BD41F22011f62e45
Octal222213324374202136656105
Binary10010010100010111101010011111100010010001111101101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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