Html Css Color HEX #9387D5 Blue Bell

📋 copy color: '#9387D5'

red 147 ◦ green 135 ◦ blue 213

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

Shades of Blue Bell #9387D5

Tints of Blue Bell #9387D5

RGB

 RED value IS 147 (57.81% from 255) = 29.7%

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

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

R = 29.7%
G = 27.27%
B = 43.03%

CMYK

 C value IS 0.31

 M value IS 0.37

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9387D5 (or 0x9387D5) is known color: Blue Bell. HEX triplet: 93, 87 and D5. RGB value is (147,135,213). Sum of RGB (Red+Green+Blue) = 147+135+213=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 135 (53.12% from 255 or 27.27% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 213 - color contains mainly: blue. Hex color #9387D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387D5 is #6C782A. Grayscale: #939393. Windows color (decimal): -7108651 or 13993875. OLE color: 13993875.

HSL color Cylindrical-coordinate representation of color #9387D5: hue angle of 249.23º 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 #9387D5 is Cyan = 0.31, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 147 135 213 -
CMYK 0.31 0.37 0 0.16
HSL 249.23º 0.48% 0.68% -
HSV(B) 249.23º 0.37% 0.84% -
XYZ 32.71 28.34 66.7 -
YUV 147.48 164.98 127.66 -
System Red Green Blue C M Y K H S L
Decimal 147 135 213 0.31 0.37 0 0.16 249.23 0.48 0.68
Hex 93 87 D5 1F 25 0 10 F9 30 44
Octal 223 207 325 37 45 0 20 371 60 104
Binary 10010011 10000111 11010101 11111 100101 0 10000 11111001 110000 1000100

Color Harmonies of #9387D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387D5

Black with #9387D5

Text Example


Text Example

White with #9387D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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