Html Css Color HEX #9388DD Blue Bell

📋 copy color: '#9388DD'

red 147 ◦ green 136 ◦ blue 221

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

Shades of Blue Bell #9388DD

Tints of Blue Bell #9388DD

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.98%

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

R = 29.17%
G = 26.98%
B = 43.85%

CMYK

 C value IS 0.33

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9388DD (or 0x9388DD) is known color: Blue Bell. HEX triplet: 93, 88 and DD. RGB value is (147,136,221). Sum of RGB (Red+Green+Blue) = 147+136+221=504 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.17% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #9388DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388DD is #6C7722. Grayscale: #949494. Windows color (decimal): -7108387 or 14518419. OLE color: 14518419.

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

Color convert

RGB 147 136 221 -
CMYK 0.33 0.38 0 0.13
HSL 247.76º 0.56% 0.7% -
HSV(B) 247.76º 0.38% 0.87% -
XYZ 33.89 29.03 72.22 -
YUV 148.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 147 136 221 0.33 0.38 0 0.13 247.76 0.56 0.7
Hex 93 88 DD 21 26 0 D F8 38 46
Octal 223 210 335 41 46 0 15 370 70 106
Binary 10010011 10001000 11011101 100001 100110 0 1101 11111000 111000 1000110

Color Harmonies of #9388DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9388DD

Black with #9388DD

Text Example


Text Example

White with #9388DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,136,221); }

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

background-color css

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

 a { background-color: rgb(147,136,221); }

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

border-color css

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

 span { border-color: rgb(147,136,221); }

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