Html Css Color HEX #9D69FA Light Slate Blue

📋 copy color: '#9D69FA'

red 157 ◦ green 105 ◦ blue 250

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

Shades of Light Slate Blue #9D69FA

Tints of Light Slate Blue #9D69FA

RGB

 RED value IS 157 (61.72% from 255) = 30.66%

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

 BLUE value IS 250 (98.05% from 255) = 48.83%

R = 30.66%
G = 20.51%
B = 48.83%

CMYK

 C value IS 0.37

 M value IS 0.58

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9D69FA (or 0x9D69FA) is known color: Light Slate Blue. HEX triplet: 9D, 69 and FA. RGB value is (157,105,250). Sum of RGB (Red+Green+Blue) = 157+105+250=512 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.66% from 512); Green value is 105 (41.41% from 255 or 20.51% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D69FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9D69FA is #629605. Grayscale: #888888. Windows color (decimal): -6460934 or 16411037. OLE color: 16411037.

HSL color Cylindrical-coordinate representation of color #9D69FA: hue angle of 261.52º degrees, saturation: 0.94, 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 #9D69FA is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 105 250 -
CMYK 0.37 0.58 0 0.02
HSL 261.52º 0.94% 0.7% -
HSV(B) 261.52º 0.58% 0.98% -
XYZ 36.21 24.17 93.2 -
YUV 137.08 191.73 142.21 -
System Red Green Blue C M Y K H S L
Decimal 157 105 250 0.37 0.58 0 0.02 261.52 0.94 0.7
Hex 9D 69 FA 25 3A 0 2 106 5E 46
Octal 235 151 372 45 72 0 2 406 136 106
Binary 10011101 1101001 11111010 100101 111010 0 10 100000110 1011110 1000110

Color Harmonies of #9D69FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D69FA

Black with #9D69FA

Text Example


Text Example

White with #9D69FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D69FA; }

 p { color: rgb(157,105,250); }

 H1.HeaderClassName
 {
   color: #9D69FA;
 }
 .AnyTagClassName
 {
   color: #9D69FA;
 }
</style>

background-color css

<style>
 a { background-color: #9D69FA; }

 a { background-color: rgb(157,105,250); }

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

border-color css

<style>
 span { border-color: #9D69FA; }

 span { border-color: rgb(157,105,250); }

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