Html Css Color HEX #9675FF Light Slate Blue

📋 copy color: '#9675FF'

red 150 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #9675FF

Tints of Light Slate Blue #9675FF

RGB

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

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

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

R = 28.74%
G = 22.41%
B = 48.85%

CMYK

 C value IS 0.41

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9675FF (or 0x9675FF) is known color: Light Slate Blue. HEX triplet: 96, 75 and FF. RGB value is (150,117,255). Sum of RGB (Red+Green+Blue) = 150+117+255=522 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.74% from 522); Green value is 117 (46.09% from 255 or 22.41% from 522); Blue value is 255 (100% from 255 or 48.85% from 522); Max value from RGB is 255 - color contains mainly: blue. Hex color #9675FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9675FF is #698A00. Grayscale: #8E8E8E. Windows color (decimal): -6916609 or 16741782. OLE color: 16741782.

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

Color convert

RGB 150 117 255 -
CMYK 0.41 0.54 0 0
HSL 254.35º 1% 0.73% -
HSV(B) 254.35º 0.54% 1% -
XYZ 36.99 26.43 97.76 -
YUV 142.6 191.43 133.28 -
System Red Green Blue C M Y K H S L
Decimal 150 117 255 0.41 0.54 0 0 254.35 1 0.73
Hex 96 75 FF 29 36 0 0 FE 64 49
Octal 226 165 377 51 66 0 0 376 144 111
Binary 10010110 1110101 11111111 101001 110110 0 0 11111110 1100100 1001001

Color Harmonies of #9675FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9675FF

Black with #9675FF

Text Example


Text Example

White with #9675FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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