Html Css Color HEX #9461FE Light Slate Blue

📋 copy color: '#9461FE'

red 148 ◦ green 97 ◦ blue 254

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

Shades of Light Slate Blue #9461FE

Tints of Light Slate Blue #9461FE

RGB

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

 GREEN value IS 97 (38.28% from 255) = 19.44%

 BLUE value IS 254 (99.61% from 255) = 50.9%

R = 29.66%
G = 19.44%
B = 50.9%

CMYK

 C value IS 0.42

 M value IS 0.62

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9461FE (or 0x9461FE) is known color: Light Slate Blue. HEX triplet: 94, 61 and FE. RGB value is (148,97,254). Sum of RGB (Red+Green+Blue) = 148+97+254=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #9461FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9461FE is #6B9E01. Grayscale: #818181. Windows color (decimal): -7052802 or 16671124. OLE color: 16671124.

HSL color Cylindrical-coordinate representation of color #9461FE: hue angle of 259.49º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9461FE is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 148 97 254 -
CMYK 0.42 0.62 0 0.00
HSL 259.49º 0.99% 0.69% -
HSV(B) 259.49º 0.62% 1% -
XYZ 34.38 22 96.2 -
YUV 130.15 197.9 140.73 -
System Red Green Blue C M Y K H S L
Decimal 148 97 254 0.42 0.62 0 0.00 259.49 0.99 0.69
Hex 94 61 FE 2A 3E 0 0 103 63 45
Octal 224 141 376 52 76 0 0 403 143 105
Binary 10010100 1100001 11111110 101010 111110 0 0 100000011 1100011 1000101

Color Harmonies of #9461FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461FE

Black with #9461FE

Text Example


Text Example

White with #9461FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9461FE; }

 p { color: rgb(148,97,254); }

 H1.HeaderClassName
 {
   color: #9461FE;
 }
 .AnyTagClassName
 {
   color: #9461FE;
 }
</style>

background-color css

<style>
 a { background-color: #9461FE; }

 a { background-color: rgb(148,97,254); }

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

border-color css

<style>
 span { border-color: #9461FE; }

 span { border-color: rgb(148,97,254); }

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