Html Css Color HEX #9388DF Blue Bell

📋 copy color: '#9388DF'

red 147 ◦ green 136 ◦ blue 223

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

Shades of Blue Bell #9388DF

Tints of Blue Bell #9388DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.88%

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

R = 29.05%
G = 26.88%
B = 44.07%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#9388DF (or 0x9388DF) is known color: Blue Bell. HEX triplet: 93, 88 and DF. RGB value is (147,136,223). Sum of RGB (Red+Green+Blue) = 147+136+223=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 223 - color contains mainly: blue. Hex color #9388DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9388DF is #6C7720. Grayscale: #949494. Windows color (decimal): -7108385 or 14649491. OLE color: 14649491.

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

Color convert

RGB 147 136 223 -
CMYK 0.34 0.39 0 0.13
HSL 247.59º 0.58% 0.7% -
HSV(B) 247.59º 0.39% 0.87% -
XYZ 34.16 29.14 73.64 -
YUV 149.21 169.64 126.43 -
System Red Green Blue C M Y K H S L
Decimal 147 136 223 0.34 0.39 0 0.13 247.59 0.58 0.7
Hex 93 88 DF 22 27 0 D F8 3A 46
Octal 223 210 337 42 47 0 15 370 72 106
Binary 10010011 10001000 11011111 100010 100111 0 1101 11111000 111010 1000110

Color Harmonies of #9388DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9388DF

Black with #9388DF

Text Example


Text Example

White with #9388DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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