Html Css Color HEX #9679F3 Light Slate Blue

📋 copy color: '#9679F3'

red 150 ◦ green 121 ◦ blue 243

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

Shades of Light Slate Blue #9679F3

Tints of Light Slate Blue #9679F3

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.54%

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

R = 29.18%
G = 23.54%
B = 47.28%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#9679F3 (or 0x9679F3) is known color: Light Slate Blue. HEX triplet: 96, 79 and F3. RGB value is (150,121,243). Sum of RGB (Red+Green+Blue) = 150+121+243=514 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.18% from 514); Green value is 121 (47.66% from 255 or 23.54% from 514); Blue value is 243 (95.31% from 255 or 47.28% from 514); Max value from RGB is 243 - color contains mainly: blue. Hex color #9679F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9679F3 is #69860C. Grayscale: #8F8F8F. Windows color (decimal): -6915597 or 15956374. OLE color: 15956374.

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

Color convert

RGB 150 121 243 -
CMYK 0.38 0.50 0 0.05
HSL 254.26º 0.84% 0.71% -
HSV(B) 254.26º 0.5% 0.95% -
XYZ 35.59 26.63 88.06 -
YUV 143.58 184.11 132.58 -
System Red Green Blue C M Y K H S L
Decimal 150 121 243 0.38 0.50 0 0.05 254.26 0.84 0.71
Hex 96 79 F3 26 32 0 5 FE 54 47
Octal 226 171 363 46 62 0 5 376 124 107
Binary 10010110 1111001 11110011 100110 110010 0 101 11111110 1010100 1000111

Color Harmonies of #9679F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679F3

Black with #9679F3

Text Example


Text Example

White with #9679F3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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