Html Css Color HEX #9393CC Blue Bell

📋 copy color: '#9393CC'

red 147 ◦ green 147 ◦ blue 204

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

Shades of Blue Bell #9393CC

Tints of Blue Bell #9393CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.52%

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

R = 29.52%
G = 29.52%
B = 40.96%

CMYK

 C value IS 0.28

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9393CC (or 0x9393CC) is known color: Blue Bell. HEX triplet: 93, 93 and CC. RGB value is (147,147,204). Sum of RGB (Red+Green+Blue) = 147+147+204=498 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.52% from 498); Green value is 147 (57.81% from 255 or 29.52% from 498); Blue value is 204 (80.08% from 255 or 40.96% from 498); Max value from RGB is 204 - color contains mainly: blue. Hex color #9393CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9393CC is #6C6C33. Grayscale: #999999. Windows color (decimal): -7105588 or 13407123. OLE color: 13407123.

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

Color convert

RGB 147 147 204 -
CMYK 0.28 0.28 0 0.2
HSL 240º 0.36% 0.69% -
HSV(B) 240º 0.28% 0.8% -
XYZ 33.37 31.43 61.43 -
YUV 153.5 156.5 123.37 -
System Red Green Blue C M Y K H S L
Decimal 147 147 204 0.28 0.28 0 0.2 240 0.36 0.69
Hex 93 93 CC 1C 1C 0 14 F0 24 45
Octal 223 223 314 34 34 0 24 360 44 105
Binary 10010011 10010011 11001100 11100 11100 0 10100 11110000 100100 1000101

Color Harmonies of #9393CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9393CC

Black with #9393CC

Text Example


Text Example

White with #9393CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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