#918AC1

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

Shades of Blue Bell #918AC1

Tints of Blue Bell #918AC1

Color information

#918AC1 (or 0x918AC1) is unknown color: approx Blue Bell. HEX triplet: 91, 8A and C1. RGB value is (145,138,193). Sum of RGB (Red+Green+Blue) = 145+138+193=476 (63% of max value = 765). Red value is 145 (57.03% from 255 or 30.46% from 476); Green value is 138 (54.30% from 255 or 28.99% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 193 - color contains mainly: blue. Hex color #918AC1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #918AC1 is #6E753E. Grayscale: #929292. Windows color (decimal): -7238975 or 12683921. OLE color: 12683921.

HSL color Cylindrical-coordinate representation of color #918AC1: hue angle of 247.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #918AC1 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB145138193-
CMYK0.250.2800.24
HSL247.64º30.73%64.9%-
HSV(B)247.64º28.5%75.69%-
XYZ30.3928.0554.26-
YUV146.36154.32127.03-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 30.46%
GREEN value IS 138 (54.30% from 255) = 28.99%
BLUE value IS 193 (75.78% from 255) = 40.55%
R=30.46%
G=28.99%
B=40.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1451381930.250.2800.24247.6430.7364.9
Hex918AC1191C018f81f41
Octal221212301313403037037101
Binary100100011000101011000001110011110001100011111000111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918AC1; }

 p { color: rgb(145,138,193); }

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

<style>
 a { background-color: #918AC1; }

 a { background-color: rgb(145,138,193); }

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

<style>
 span { border-color: #918AC1; }

 span { border-color: rgb(145,138,193); }

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