Html Css Color HEX #9394CC Blue Bell

📋 copy color: '#9394CC'

red 147 ◦ green 148 ◦ blue 204

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

Shades of Blue Bell #9394CC

Tints of Blue Bell #9394CC

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.66%

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

R = 29.46%
G = 29.66%
B = 40.88%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9394CC (or 0x9394CC) is known color: Blue Bell. HEX triplet: 93, 94 and CC. RGB value is (147,148,204). Sum of RGB (Red+Green+Blue) = 147+148+204=499 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.46% from 499); Green value is 148 (58.20% from 255 or 29.66% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #9394CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9394CC is #6C6B33. Grayscale: #999999. Windows color (decimal): -7105332 or 13407379. OLE color: 13407379.

HSL color Cylindrical-coordinate representation of color #9394CC: hue angle of 238.95º 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 #9394CC is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 147 148 204 -
CMYK 0.28 0.27 0 0.2
HSL 238.95º 0.36% 0.69% -
HSV(B) 238.95º 0.28% 0.8% -
XYZ 33.52 31.74 61.49 -
YUV 154.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 147 148 204 0.28 0.27 0 0.2 238.95 0.36 0.69
Hex 93 94 CC 1C 1B 0 14 EF 24 45
Octal 223 224 314 34 33 0 24 357 44 105
Binary 10010011 10010100 11001100 11100 11011 0 10100 11101111 100100 1000101

Color Harmonies of #9394CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9394CC

Black with #9394CC

Text Example


Text Example

White with #9394CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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