Html Css Color HEX #9388CC Blue Bell

📋 copy color: '#9388CC'

red 147 ◦ green 136 ◦ blue 204

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

Shades of Blue Bell #9388CC

Tints of Blue Bell #9388CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.89%

R = 30.18%
G = 27.93%
B = 41.89%

CMYK

 C value IS 0.28

 M value IS 0.33

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9388CC (or 0x9388CC) is known color: Blue Bell. HEX triplet: 93, 88 and CC. RGB value is (147,136,204). Sum of RGB (Red+Green+Blue) = 147+136+204=487 (64% of max value = 765). Red value is 147 (57.81% from 255 or 30.18% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 204 - color contains mainly: blue. Hex color #9388CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388CC is #6C7733. Grayscale: #929292. Windows color (decimal): -7108404 or 13404307. OLE color: 13404307.

HSL color Cylindrical-coordinate representation of color #9388CC: hue angle of 249.71º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9388CC is Cyan = 0.28, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 136 204 -
CMYK 0.28 0.33 0 0.2
HSL 249.71º 0.4% 0.67% -
HSV(B) 249.71º 0.33% 0.8% -
XYZ 31.74 28.17 60.89 -
YUV 147.04 160.14 127.97 -
System Red Green Blue C M Y K H S L
Decimal 147 136 204 0.28 0.33 0 0.2 249.71 0.4 0.67
Hex 93 88 CC 1C 21 0 14 FA 28 43
Octal 223 210 314 34 41 0 24 372 50 103
Binary 10010011 10001000 11001100 11100 100001 0 10100 11111010 101000 1000011

Color Harmonies of #9388CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9388CC

Black with #9388CC

Text Example


Text Example

White with #9388CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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