Html Css Color HEX #9460F6 Light Slate Blue

📋 copy color: '#9460F6'

red 148 ◦ green 96 ◦ blue 246

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

Shades of Light Slate Blue #9460F6

Tints of Light Slate Blue #9460F6

RGB

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

 GREEN value IS 96 (37.89% from 255) = 19.59%

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

R = 30.2%
G = 19.59%
B = 50.2%

CMYK

 C value IS 0.40

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9460F6 (or 0x9460F6) is known color: Light Slate Blue. HEX triplet: 94, 60 and F6. RGB value is (148,96,246). Sum of RGB (Red+Green+Blue) = 148+96+246=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 96 (37.89% from 255 or 19.59% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #9460F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9460F6 is #6B9F09. Grayscale: #808080. Windows color (decimal): -7053066 or 16146580. OLE color: 16146580.

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

Color convert

RGB 148 96 246 -
CMYK 0.40 0.61 0 0.04
HSL 260.8º 0.89% 0.67% -
HSV(B) 260.8º 0.61% 0.96% -
XYZ 33.03 21.32 89.56 -
YUV 128.65 194.23 141.8 -
System Red Green Blue C M Y K H S L
Decimal 148 96 246 0.40 0.61 0 0.04 260.8 0.89 0.67
Hex 94 60 F6 28 3D 0 4 105 59 43
Octal 224 140 366 50 75 0 4 405 131 103
Binary 10010100 1100000 11110110 101000 111101 0 100 100000101 1011001 1000011

Color Harmonies of #9460F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9460F6

Black with #9460F6

Text Example


Text Example

White with #9460F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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