Html Css Color HEX #9390CC Blue Bell

📋 copy color: '#9390CC'

red 147 ◦ green 144 ◦ blue 204

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

Shades of Blue Bell #9390CC

Tints of Blue Bell #9390CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.09%

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

R = 29.7%
G = 29.09%
B = 41.21%

CMYK

 C value IS 0.28

 M value IS 0.29

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#9390CC (or 0x9390CC) is known color: Blue Bell. HEX triplet: 93, 90 and CC. RGB value is (147,144,204). Sum of RGB (Red+Green+Blue) = 147+144+204=495 (65% of max value = 765). Red value is 147 (57.81% from 255 or 29.70% from 495); Green value is 144 (56.64% from 255 or 29.09% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #9390CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9390CC is #6C6F33. Grayscale: #979797. Windows color (decimal): -7106356 or 13406355. OLE color: 13406355.

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

Color convert

RGB 147 144 204 -
CMYK 0.28 0.29 0 0.2
HSL 243º 0.37% 0.68% -
HSV(B) 243º 0.29% 0.8% -
XYZ 32.9 30.51 61.28 -
YUV 151.74 157.49 124.62 -
System Red Green Blue C M Y K H S L
Decimal 147 144 204 0.28 0.29 0 0.2 243 0.37 0.68
Hex 93 90 CC 1C 1D 0 14 F3 25 44
Octal 223 220 314 34 35 0 24 363 45 104
Binary 10010011 10010000 11001100 11100 11101 0 10100 11110011 100101 1000100

Color Harmonies of #9390CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9390CC

Black with #9390CC

Text Example


Text Example

White with #9390CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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