Html Css Color HEX #9675F7 Light Slate Blue

📋 copy color: '#9675F7'

red 150 ◦ green 117 ◦ blue 247

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

Shades of Light Slate Blue #9675F7

Tints of Light Slate Blue #9675F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.05%

R = 29.18%
G = 22.76%
B = 48.05%

CMYK

 C value IS 0.39

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#9675F7 (or 0x9675F7) is known color: Light Slate Blue. HEX triplet: 96, 75 and F7. RGB value is (150,117,247). Sum of RGB (Red+Green+Blue) = 150+117+247=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 247 (96.88% from 255 or 48.05% from 514); Max value from RGB is 247 - color contains mainly: blue. Hex color #9675F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675F7 is #698A08. Grayscale: #8D8D8D. Windows color (decimal): -6916617 or 16217494. OLE color: 16217494.

HSL color Cylindrical-coordinate representation of color #9675F7: hue angle of 255.23º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9675F7 is Cyan = 0.39, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 150 117 247 -
CMYK 0.39 0.53 0 0.03
HSL 255.23º 0.89% 0.71% -
HSV(B) 255.23º 0.53% 0.97% -
XYZ 35.73 25.92 91.12 -
YUV 141.69 187.43 133.93 -
System Red Green Blue C M Y K H S L
Decimal 150 117 247 0.39 0.53 0 0.03 255.23 0.89 0.71
Hex 96 75 F7 27 35 0 3 FF 59 47
Octal 226 165 367 47 65 0 3 377 131 107
Binary 10010110 1110101 11110111 100111 110101 0 11 11111111 1011001 1000111

Color Harmonies of #9675F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675F7

Black with #9675F7

Text Example


Text Example

White with #9675F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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