#9487D0

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

Shades of Blue Bell #9487D0

Tints of Blue Bell #9487D0

Color information

#9487D0 (or 0x9487D0) is unknown color: approx Blue Bell. HEX triplet: 94, 87 and D0. RGB value is (148,135,208). Sum of RGB (Red+Green+Blue) = 148+135+208=491 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.14% from 491); Green value is 135 (53.12% from 255 or 27.49% from 491); Blue value is 208 (81.64% from 255 or 42.36% from 491); Max value from RGB is 208 - color contains mainly: blue. Hex color #9487D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9487D0 is #6B782F. Grayscale: #929292. Windows color (decimal): -7043120 or 13666196. OLE color: 13666196.

HSL color Cylindrical-coordinate representation of color #9487D0: hue angle of 250.68º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9487D0 is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148135208-
CMYK0.290.3500.18
HSL250.68º43.71%67.25%-
HSV(B)250.68º35.1%81.57%-
XYZ32.2628.1863.41-
YUV147.21162.31128.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.14%
GREEN value IS 135 (53.12% from 255) = 27.49%
BLUE value IS 208 (81.64% from 255) = 42.36%
R=30.14%
G=27.49%
B=42.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481352080.290.3500.18250.6843.7167.25
Hex9487D01D23012fb2c43
Octal224207320354302237354103
Binary10010100100001111101000011101100011010010111110111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9487D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9487D0; }

 p { color: rgb(148,135,208); }

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

<style>
 a { background-color: #9487D0; }

 a { background-color: rgb(148,135,208); }

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

<style>
 span { border-color: #9487D0; }

 span { border-color: rgb(148,135,208); }

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