Html Css Color HEX #9087D5 Blue Bell

📋 copy color: '#9087D5'

red 144 ◦ green 135 ◦ blue 213

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

Shades of Blue Bell #9087D5

Tints of Blue Bell #9087D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.29%

R = 29.27%
G = 27.44%
B = 43.29%

CMYK

 C value IS 0.32

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9087D5 (or 0x9087D5) is known color: Blue Bell. HEX triplet: 90, 87 and D5. RGB value is (144,135,213). Sum of RGB (Red+Green+Blue) = 144+135+213=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 135 (53.12% from 255 or 27.44% from 492); Blue value is 213 (83.59% from 255 or 43.29% from 492); Max value from RGB is 213 - color contains mainly: blue. Hex color #9087D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9087D5 is #6F782A. Grayscale: #929292. Windows color (decimal): -7305259 or 13993872. OLE color: 13993872.

HSL color Cylindrical-coordinate representation of color #9087D5: hue angle of 246.92º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9087D5 is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 135 213 -
CMYK 0.32 0.37 0 0.16
HSL 246.92º 0.48% 0.68% -
HSV(B) 246.92º 0.37% 0.84% -
XYZ 32.18 28.06 66.67 -
YUV 146.58 165.48 126.16 -
System Red Green Blue C M Y K H S L
Decimal 144 135 213 0.32 0.37 0 0.16 246.92 0.48 0.68
Hex 90 87 D5 20 25 0 10 F7 30 44
Octal 220 207 325 40 45 0 20 367 60 104
Binary 10010000 10000111 11010101 100000 100101 0 10000 11110111 110000 1000100

Color Harmonies of #9087D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9087D5

Black with #9087D5

Text Example


Text Example

White with #9087D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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