#928FCA

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

Shades of Blue Bell #928FCA

Tints of Blue Bell #928FCA

Color information

#928FCA (or 0x928FCA) is unknown color: approx Blue Bell. HEX triplet: 92, 8F and CA. RGB value is (146,143,202). Sum of RGB (Red+Green+Blue) = 146+143+202=491 (65% of max value = 765). Red value is 146 (57.42% from 255 or 29.74% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 202 (79.30% from 255 or 41.14% from 491); Max value from RGB is 202 - color contains mainly: blue. Hex color #928FCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #928FCA is #6D7035. Grayscale: #969696. Windows color (decimal): -7172150 or 13275026. OLE color: 13275026.

HSL color Cylindrical-coordinate representation of color #928FCA: hue angle of 243.05º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #928FCA is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB146143202-
CMYK0.280.2900.21
HSL243.05º35.76%67.65%-
HSV(B)243.05º29.21%79.22%-
XYZ32.3430.0259.97-
YUV150.62156.99124.7-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.74%
GREEN value IS 143 (56.25% from 255) = 29.12%
BLUE value IS 202 (79.30% from 255) = 41.14%
R=29.74%
G=29.12%
B=41.14%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1461432020.280.2900.21243.0535.7667.65
Hex928FCA1C1D015f32444
Octal222217312343502536344104
Binary1001001010001111110010101110011101010101111100111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,143,202); }

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

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

 a { background-color: rgb(146,143,202); }

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

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

 span { border-color: rgb(146,143,202); }

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