Html Css Color HEX #9459F6 Light Slate Blue

📋 copy color: '#9459F6'

red 148 ◦ green 89 ◦ blue 246

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

Shades of Light Slate Blue #9459F6

Tints of Light Slate Blue #9459F6

RGB

 RED value IS 148 (58.2% from 255) = 30.64%

 GREEN value IS 89 (35.16% from 255) = 18.43%

 BLUE value IS 246 (96.48% from 255) = 50.93%

R = 30.64%
G = 18.43%
B = 50.93%

CMYK

 C value IS 0.40

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9459F6 (or 0x9459F6) is known color: Light Slate Blue. HEX triplet: 94, 59 and F6. RGB value is (148,89,246). Sum of RGB (Red+Green+Blue) = 148+89+246=483 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.64% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #9459F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9459F6 is #6BA609. Grayscale: #7B7B7B. Windows color (decimal): -7054858 or 16144788. OLE color: 16144788.

HSL color Cylindrical-coordinate representation of color #9459F6: hue angle of 262.55º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9459F6 is Cyan = 0.40, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 148 89 246 -
CMYK 0.40 0.64 0 0.04
HSL 262.55º 0.9% 0.66% -
HSV(B) 262.55º 0.64% 0.96% -
XYZ 32.42 20.09 89.36 -
YUV 124.54 196.55 144.73 -
System Red Green Blue C M Y K H S L
Decimal 148 89 246 0.40 0.64 0 0.04 262.55 0.9 0.66
Hex 94 59 F6 28 40 0 4 107 5A 42
Octal 224 131 366 50 100 0 4 407 132 102
Binary 10010100 1011001 11110110 101000 1000000 0 100 100000111 1011010 1000010

Color Harmonies of #9459F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9459F6

Black with #9459F6

Text Example


Text Example

White with #9459F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9459F6; }

 p { color: rgb(148,89,246); }

 H1.HeaderClassName
 {
   color: #9459F6;
 }
 .AnyTagClassName
 {
   color: #9459F6;
 }
</style>

background-color css

<style>
 a { background-color: #9459F6; }

 a { background-color: rgb(148,89,246); }

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

border-color css

<style>
 span { border-color: #9459F6; }

 span { border-color: rgb(148,89,246); }

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