Html Css Color HEX #9368FF Light Slate Blue

📋 copy color: '#9368FF'

red 147 ◦ green 104 ◦ blue 255

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

Shades of Light Slate Blue #9368FF

Tints of Light Slate Blue #9368FF

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.55%

 BLUE value IS 255 (100% from 255) = 50.4%

R = 29.05%
G = 20.55%
B = 50.4%

CMYK

 C value IS 0.42

 M value IS 0.59

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9368FF (or 0x9368FF) is known color: Light Slate Blue. HEX triplet: 93, 68 and FF. RGB value is (147,104,255). Sum of RGB (Red+Green+Blue) = 147+104+255=506 (67% of max value = 765). Red value is 147 (57.81% from 255 or 29.05% from 506); Green value is 104 (41.02% from 255 or 20.55% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #9368FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9368FF is #6C9700. Grayscale: #858585. Windows color (decimal): -7116545 or 16738451. OLE color: 16738451.

HSL color Cylindrical-coordinate representation of color #9368FF: hue angle of 257.09º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9368FF is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 147 104 255 -
CMYK 0.42 0.59 0 0
HSL 257.09º 1% 0.7% -
HSV(B) 257.09º 0.59% 1% -
XYZ 35.03 23.32 97.26 -
YUV 134.07 196.25 137.22 -
System Red Green Blue C M Y K H S L
Decimal 147 104 255 0.42 0.59 0 0 257.09 1 0.7
Hex 93 68 FF 2A 3B 0 0 101 64 46
Octal 223 150 377 52 73 0 0 401 144 106
Binary 10010011 1101000 11111111 101010 111011 0 0 100000001 1100100 1000110

Color Harmonies of #9368FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9368FF

Black with #9368FF

Text Example


Text Example

White with #9368FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9368FF; }

 p { color: rgb(147,104,255); }

 H1.HeaderClassName
 {
   color: #9368FF;
 }
 .AnyTagClassName
 {
   color: #9368FF;
 }
</style>

background-color css

<style>
 a { background-color: #9368FF; }

 a { background-color: rgb(147,104,255); }

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

border-color css

<style>
 span { border-color: #9368FF; }

 span { border-color: rgb(147,104,255); }

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