Html Css Color HEX #9461FA Light Slate Blue

📋 copy color: '#9461FA'

red 148 ◦ green 97 ◦ blue 250

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

Shades of Light Slate Blue #9461FA

Tints of Light Slate Blue #9461FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.51%

R = 29.9%
G = 19.6%
B = 50.51%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9461FA (or 0x9461FA) is known color: Light Slate Blue. HEX triplet: 94, 61 and FA. RGB value is (148,97,250). Sum of RGB (Red+Green+Blue) = 148+97+250=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 250 (98.05% from 255 or 50.51% from 495); Max value from RGB is 250 - color contains mainly: blue. Hex color #9461FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9461FA is #6B9E05. Grayscale: #818181. Windows color (decimal): -7052806 or 16408980. OLE color: 16408980.

HSL color Cylindrical-coordinate representation of color #9461FA: hue angle of 260º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9461FA is Cyan = 0.41, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 97 250 -
CMYK 0.41 0.61 0 0.02
HSL 260º 0.94% 0.68% -
HSV(B) 260º 0.61% 0.98% -
XYZ 33.74 21.75 92.86 -
YUV 129.69 195.9 141.06 -
System Red Green Blue C M Y K H S L
Decimal 148 97 250 0.41 0.61 0 0.02 260 0.94 0.68
Hex 94 61 FA 29 3D 0 2 104 5E 44
Octal 224 141 372 51 75 0 2 404 136 104
Binary 10010100 1100001 11111010 101001 111101 0 10 100000100 1011110 1000100

Color Harmonies of #9461FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9461FA

Black with #9461FA

Text Example


Text Example

White with #9461FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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