Html Css Color HEX #9679F4 Light Slate Blue

📋 copy color: '#9679F4'

red 150 ◦ green 121 ◦ blue 244

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

Shades of Light Slate Blue #9679F4

Tints of Light Slate Blue #9679F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 47.38%

R = 29.13%
G = 23.5%
B = 47.38%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9679F4 (or 0x9679F4) is known color: Light Slate Blue. HEX triplet: 96, 79 and F4. RGB value is (150,121,244). Sum of RGB (Red+Green+Blue) = 150+121+244=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 121 (47.66% from 255 or 23.50% from 515); Blue value is 244 (95.70% from 255 or 47.38% from 515); Max value from RGB is 244 - color contains mainly: blue. Hex color #9679F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9679F4 is #69860B. Grayscale: #8F8F8F. Windows color (decimal): -6915596 or 16021910. OLE color: 16021910.

HSL color Cylindrical-coordinate representation of color #9679F4: hue angle of 254.15º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9679F4 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 150 121 244 -
CMYK 0.39 0.50 0 0.04
HSL 254.15º 0.85% 0.72% -
HSV(B) 254.15º 0.5% 0.96% -
XYZ 35.74 26.69 88.86 -
YUV 143.69 184.61 132.5 -
System Red Green Blue C M Y K H S L
Decimal 150 121 244 0.39 0.50 0 0.04 254.15 0.85 0.72
Hex 96 79 F4 27 32 0 4 FE 55 48
Octal 226 171 364 47 62 0 4 376 125 110
Binary 10010110 1111001 11110100 100111 110010 0 100 11111110 1010101 1001000

Color Harmonies of #9679F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9679F4

Black with #9679F4

Text Example


Text Example

White with #9679F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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