Html Css Color HEX #9693DF Blue Bell

📋 copy color: '#9693DF'

red 150 ◦ green 147 ◦ blue 223

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

Shades of Blue Bell #9693DF

Tints of Blue Bell #9693DF

RGB

 RED value IS 150 (58.98% from 255) = 28.85%

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

 BLUE value IS 223 (87.5% from 255) = 42.88%

R = 28.85%
G = 28.27%
B = 42.88%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9693DF (or 0x9693DF) is known color: Blue Bell. HEX triplet: 96, 93 and DF. RGB value is (150,147,223). Sum of RGB (Red+Green+Blue) = 150+147+223=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 147 (57.81% from 255 or 28.27% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 223 - color contains mainly: blue. Hex color #9693DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9693DF is #696C20. Grayscale: #9C9C9C. Windows color (decimal): -6908961 or 14652310. OLE color: 14652310.

HSL color Cylindrical-coordinate representation of color #9693DF: hue angle of 242.37º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9693DF is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 150 147 223 -
CMYK 0.33 0.34 0 0.13
HSL 242.37º 0.54% 0.73% -
HSV(B) 242.37º 0.34% 0.87% -
XYZ 36.33 32.68 74.2 -
YUV 156.56 165.49 123.32 -
System Red Green Blue C M Y K H S L
Decimal 150 147 223 0.33 0.34 0 0.13 242.37 0.54 0.73
Hex 96 93 DF 21 22 0 D F2 36 49
Octal 226 223 337 41 42 0 15 362 66 111
Binary 10010110 10010011 11011111 100001 100010 0 1101 11110010 110110 1001001

Color Harmonies of #9693DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9693DF

Black with #9693DF

Text Example


Text Example

White with #9693DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9693DF; }

 p { color: rgb(150,147,223); }

 H1.HeaderClassName
 {
   color: #9693DF;
 }
 .AnyTagClassName
 {
   color: #9693DF;
 }
</style>

background-color css

<style>
 a { background-color: #9693DF; }

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

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

border-color css

<style>
 span { border-color: #9693DF; }

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

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