Html Css Color HEX #9675F3 Light Slate Blue

📋 copy color: '#9675F3'

red 150 ◦ green 117 ◦ blue 243

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

Shades of Light Slate Blue #9675F3

Tints of Light Slate Blue #9675F3

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.94%

 BLUE value IS 243 (95.31% from 255) = 47.65%

R = 29.41%
G = 22.94%
B = 47.65%

CMYK

 C value IS 0.38

 M value IS 0.52

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9675F3 (or 0x9675F3) is known color: Light Slate Blue. HEX triplet: 96, 75 and F3. RGB value is (150,117,243). Sum of RGB (Red+Green+Blue) = 150+117+243=510 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.41% from 510); Green value is 117 (46.09% from 255 or 22.94% from 510); Blue value is 243 (95.31% from 255 or 47.65% from 510); Max value from RGB is 243 - color contains mainly: blue. Hex color #9675F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675F3 is #698A0C. Grayscale: #8C8C8C. Windows color (decimal): -6916621 or 15955350. OLE color: 15955350.

HSL color Cylindrical-coordinate representation of color #9675F3: hue angle of 255.71º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9675F3 is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 117 243 -
CMYK 0.38 0.52 0 0.05
HSL 255.71º 0.84% 0.71% -
HSV(B) 255.71º 0.52% 0.95% -
XYZ 35.12 25.68 87.9 -
YUV 141.23 185.43 134.25 -
System Red Green Blue C M Y K H S L
Decimal 150 117 243 0.38 0.52 0 0.05 255.71 0.84 0.71
Hex 96 75 F3 26 34 0 5 100 54 47
Octal 226 165 363 46 64 0 5 400 124 107
Binary 10010110 1110101 11110011 100110 110100 0 101 100000000 1010100 1000111

Color Harmonies of #9675F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675F3

Black with #9675F3

Text Example


Text Example

White with #9675F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9675F3; }

 p { color: rgb(150,117,243); }

 H1.HeaderClassName
 {
   color: #9675F3;
 }
 .AnyTagClassName
 {
   color: #9675F3;
 }
</style>

background-color css

<style>
 a { background-color: #9675F3; }

 a { background-color: rgb(150,117,243); }

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

border-color css

<style>
 span { border-color: #9675F3; }

 span { border-color: rgb(150,117,243); }

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