Html Css Color HEX #9369FB Light Slate Blue

📋 copy color: '#9369FB'

red 147 ◦ green 105 ◦ blue 251

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

Shades of Light Slate Blue #9369FB

Tints of Light Slate Blue #9369FB

RGB

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

 GREEN value IS 105 (41.41% from 255) = 20.87%

 BLUE value IS 251 (98.44% from 255) = 49.9%

R = 29.22%
G = 20.87%
B = 49.9%

CMYK

 C value IS 0.41

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9369FB (or 0x9369FB) is known color: Light Slate Blue. HEX triplet: 93, 69 and FB. RGB value is (147,105,251). Sum of RGB (Red+Green+Blue) = 147+105+251=503 (66% of max value = 765). Red value is 147 (57.81% from 255 or 29.22% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 251 (98.44% from 255 or 49.90% from 503); Max value from RGB is 251 - color contains mainly: blue. Hex color #9369FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9369FB is #6C9604. Grayscale: #858585. Windows color (decimal): -7116293 or 16476563. OLE color: 16476563.

HSL color Cylindrical-coordinate representation of color #9369FB: hue angle of 257.26º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9369FB is Cyan = 0.41, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 147 105 251 -
CMYK 0.41 0.58 0 0.02
HSL 257.26º 0.95% 0.7% -
HSV(B) 257.26º 0.58% 0.98% -
XYZ 34.5 23.27 93.94 -
YUV 134.2 193.91 137.13 -
System Red Green Blue C M Y K H S L
Decimal 147 105 251 0.41 0.58 0 0.02 257.26 0.95 0.7
Hex 93 69 FB 29 3A 0 2 101 5F 46
Octal 223 151 373 51 72 0 2 401 137 106
Binary 10010011 1101001 11111011 101001 111010 0 10 100000001 1011111 1000110

Color Harmonies of #9369FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9369FB

Black with #9369FB

Text Example


Text Example

White with #9369FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9369FB; }

 p { color: rgb(147,105,251); }

 H1.HeaderClassName
 {
   color: #9369FB;
 }
 .AnyTagClassName
 {
   color: #9369FB;
 }
</style>

background-color css

<style>
 a { background-color: #9369FB; }

 a { background-color: rgb(147,105,251); }

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

border-color css

<style>
 span { border-color: #9369FB; }

 span { border-color: rgb(147,105,251); }

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