Html Css Color HEX #9387DA Blue Bell

📋 copy color: '#9387DA'

red 147 ◦ green 135 ◦ blue 218

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

Shades of Blue Bell #9387DA

Tints of Blue Bell #9387DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.6%

R = 29.4%
G = 27%
B = 43.6%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#9387DA (or 0x9387DA) is known color: Blue Bell. HEX triplet: 93, 87 and DA. RGB value is (147,135,218). Sum of RGB (Red+Green+Blue) = 147+135+218=500 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.4% from 500); Green value is 135 (53.12% from 255 or 27% from 500); Blue value is 218 (85.55% from 255 or 43.6% from 500); Max value from RGB is 218 - color contains mainly: blue. Hex color #9387DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9387DA is #6C7825. Grayscale: #939393. Windows color (decimal): -7108646 or 14321555. OLE color: 14321555.

HSL color Cylindrical-coordinate representation of color #9387DA: hue angle of 248.67º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9387DA is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 147 135 218 -
CMYK 0.33 0.38 0 0.15
HSL 248.67º 0.53% 0.69% -
HSV(B) 248.67º 0.38% 0.85% -
XYZ 33.35 28.59 70.09 -
YUV 148.05 167.48 127.25 -
System Red Green Blue C M Y K H S L
Decimal 147 135 218 0.33 0.38 0 0.15 248.67 0.53 0.69
Hex 93 87 DA 21 26 0 F F9 35 45
Octal 223 207 332 41 46 0 17 371 65 105
Binary 10010011 10000111 11011010 100001 100110 0 1111 11111001 110101 1000101

Color Harmonies of #9387DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9387DA

Black with #9387DA

Text Example


Text Example

White with #9387DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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