Html Css Color HEX #9087DD Blue Bell

📋 copy color: '#9087DD'

red 144 ◦ green 135 ◦ blue 221

#9087DD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9087DD

Tints of Blue Bell #9087DD

RGB

 RED value IS 144 (56.64% from 255) = 28.8%

 GREEN value IS 135 (53.13% from 255) = 27%

 BLUE value IS 221 (86.72% from 255) = 44.2%

R = 28.8%
G = 27%
B = 44.2%

CMYK

 C value IS 0.35

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9087DD (or 0x9087DD) is known color: Blue Bell. HEX triplet: 90, 87 and DD. RGB value is (144,135,221). Sum of RGB (Red+Green+Blue) = 144+135+221=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #9087DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087DD is #6F7822. Grayscale: #939393. Windows color (decimal): -7305251 or 14518160. OLE color: 14518160.

HSL color Cylindrical-coordinate representation of color #9087DD: hue angle of 246.28º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9087DD is Cyan = 0.35, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 135 221 -
CMYK 0.35 0.39 0 0.13
HSL 246.28º 0.56% 0.7% -
HSV(B) 246.28º 0.39% 0.87% -
XYZ 33.22 28.48 72.15 -
YUV 147.5 169.48 125.51 -
System Red Green Blue C M Y K H S L
Decimal 144 135 221 0.35 0.39 0 0.13 246.28 0.56 0.7
Hex 90 87 DD 23 27 0 D F6 38 46
Octal 220 207 335 43 47 0 15 366 70 106
Binary 10010000 10000111 11011101 100011 100111 0 1101 11110110 111000 1000110

Color Harmonies of #9087DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9087DD

Black with #9087DD

Text Example


Text Example

White with #9087DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9087DD; }

 p { color: rgb(144,135,221); }

 H1.HeaderClassName
 {
   color: #9087DD;
 }
 .AnyTagClassName
 {
   color: #9087DD;
 }
</style>

background-color css

<style>
 a { background-color: #9087DD; }

 a { background-color: rgb(144,135,221); }

 div.DivClassName
 {
   background-color: #9087DD;
 }
 .BgClassName
 {
   background-color: #9087DD;
 }
</style>

border-color css

<style>
 span { border-color: #9087DD; }

 span { border-color: rgb(144,135,221); }

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