Html Css Color HEX #9464FE Light Slate Blue

📋 copy color: '#9464FE'

red 148 ◦ green 100 ◦ blue 254

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

Shades of Light Slate Blue #9464FE

Tints of Light Slate Blue #9464FE

RGB

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

 GREEN value IS 100 (39.45% from 255) = 19.92%

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

R = 29.48%
G = 19.92%
B = 50.6%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9464FE (or 0x9464FE) is known color: Light Slate Blue. HEX triplet: 94, 64 and FE. RGB value is (148,100,254). Sum of RGB (Red+Green+Blue) = 148+100+254=502 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.48% from 502); Green value is 100 (39.45% from 255 or 19.92% from 502); Blue value is 254 (99.61% from 255 or 50.60% from 502); Max value from RGB is 254 - color contains mainly: blue. Hex color #9464FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9464FE is #6B9B01. Grayscale: #838383. Windows color (decimal): -7052034 or 16671892. OLE color: 16671892.

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

Color convert

RGB 148 100 254 -
CMYK 0.42 0.61 0 0.00
HSL 258.7º 0.99% 0.69% -
HSV(B) 258.7º 0.61% 1% -
XYZ 34.66 22.57 96.29 -
YUV 131.91 196.9 139.48 -
System Red Green Blue C M Y K H S L
Decimal 148 100 254 0.42 0.61 0 0.00 258.7 0.99 0.69
Hex 94 64 FE 2A 3D 0 0 103 63 45
Octal 224 144 376 52 75 0 0 403 143 105
Binary 10010100 1100100 11111110 101010 111101 0 0 100000011 1100011 1000101

Color Harmonies of #9464FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464FE

Black with #9464FE

Text Example


Text Example

White with #9464FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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