Html Css Color HEX #9399CE Blue Bell

📋 copy color: '#9399CE'

red 147 ◦ green 153 ◦ blue 206

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

Shades of Blue Bell #9399CE

Tints of Blue Bell #9399CE

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.24%

 BLUE value IS 206 (80.86% from 255) = 40.71%

R = 29.05%
G = 30.24%
B = 40.71%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9399CE (or 0x9399CE) is known color: Blue Bell. HEX triplet: 93, 99 and CE. RGB value is (147,153,206). Sum of RGB (Red+Green+Blue) = 147+153+206=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #9399CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9399CE is #6C6631. Grayscale: #9D9D9D. Windows color (decimal): -7104050 or 13539731. OLE color: 13539731.

HSL color Cylindrical-coordinate representation of color #9399CE: hue angle of 233.9º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9399CE is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 147 153 206 -
CMYK 0.29 0.26 0 0.19
HSL 233.9º 0.38% 0.69% -
HSV(B) 233.9º 0.29% 0.81% -
XYZ 34.56 33.44 63.03 -
YUV 157.25 155.51 120.69 -
System Red Green Blue C M Y K H S L
Decimal 147 153 206 0.29 0.26 0 0.19 233.9 0.38 0.69
Hex 93 99 CE 1D 1A 0 13 EA 26 45
Octal 223 231 316 35 32 0 23 352 46 105
Binary 10010011 10011001 11001110 11101 11010 0 10011 11101010 100110 1000101

Color Harmonies of #9399CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9399CE

Black with #9399CE

Text Example


Text Example

White with #9399CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9399CE; }

 p { color: rgb(147,153,206); }

 H1.HeaderClassName
 {
   color: #9399CE;
 }
 .AnyTagClassName
 {
   color: #9399CE;
 }
</style>

background-color css

<style>
 a { background-color: #9399CE; }

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

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

border-color css

<style>
 span { border-color: #9399CE; }

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

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