Html Css Color HEX #9494CC Blue Bell

📋 copy color: '#9494CC'

red 148 ◦ green 148 ◦ blue 204

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

Shades of Blue Bell #9494CC

Tints of Blue Bell #9494CC

RGB

 RED value IS 148 (58.2% from 255) = 29.6%

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

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

R = 29.6%
G = 29.6%
B = 40.8%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9494CC (or 0x9494CC) is known color: Blue Bell. HEX triplet: 94, 94 and CC. RGB value is (148,148,204). Sum of RGB (Red+Green+Blue) = 148+148+204=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 148 (58.20% from 255 or 29.6% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #9494CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9494CC is #6B6B33. Grayscale: #9A9A9A. Windows color (decimal): -7039796 or 13407380. OLE color: 13407380.

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

Color convert

RGB 148 148 204 -
CMYK 0.27 0.27 0 0.2
HSL 240º 0.35% 0.69% -
HSV(B) 240º 0.27% 0.8% -
XYZ 33.7 31.84 61.5 -
YUV 154.38 156 123.45 -
System Red Green Blue C M Y K H S L
Decimal 148 148 204 0.27 0.27 0 0.2 240 0.35 0.69
Hex 94 94 CC 1B 1B 0 14 F0 23 45
Octal 224 224 314 33 33 0 24 360 43 105
Binary 10010100 10010100 11001100 11011 11011 0 10100 11110000 100011 1000101

Color Harmonies of #9494CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9494CC

Black with #9494CC

Text Example


Text Example

White with #9494CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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