Html Css Color HEX #9466FE Light Slate Blue

📋 copy color: '#9466FE'

red 148 ◦ green 102 ◦ blue 254

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

Shades of Light Slate Blue #9466FE

Tints of Light Slate Blue #9466FE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.24%

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

R = 29.37%
G = 20.24%
B = 50.4%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9466FE (or 0x9466FE) is known color: Light Slate Blue. HEX triplet: 94, 66 and FE. RGB value is (148,102,254). Sum of RGB (Red+Green+Blue) = 148+102+254=504 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.37% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #9466FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9466FE is #6B9901. Grayscale: #848484. Windows color (decimal): -7051522 or 16672404. OLE color: 16672404.

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

Color convert

RGB 148 102 254 -
CMYK 0.42 0.60 0 0.00
HSL 258.16º 0.99% 0.7% -
HSV(B) 258.16º 0.6% 1% -
XYZ 34.85 22.95 96.36 -
YUV 133.08 196.24 138.64 -
System Red Green Blue C M Y K H S L
Decimal 148 102 254 0.42 0.60 0 0.00 258.16 0.99 0.7
Hex 94 66 FE 2A 3C 0 0 102 63 46
Octal 224 146 376 52 74 0 0 402 143 106
Binary 10010100 1100110 11111110 101010 111100 0 0 100000010 1100011 1000110

Color Harmonies of #9466FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9466FE

Black with #9466FE

Text Example


Text Example

White with #9466FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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