Html Css Color HEX #9464FD Light Slate Blue

📋 copy color: '#9464FD'

red 148 ◦ green 100 ◦ blue 253

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

Shades of Light Slate Blue #9464FD

Tints of Light Slate Blue #9464FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 29.54%
G = 19.96%
B = 50.5%

CMYK

 C value IS 0.42

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9464FD (or 0x9464FD) is known color: Light Slate Blue. HEX triplet: 94, 64 and FD. RGB value is (148,100,253). Sum of RGB (Red+Green+Blue) = 148+100+253=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 100 (39.45% from 255 or 19.96% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #9464FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9464FD is #6B9B02. Grayscale: #838383. Windows color (decimal): -7052035 or 16606356. OLE color: 16606356.

HSL color Cylindrical-coordinate representation of color #9464FD: hue angle of 258.82º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9464FD is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 100 253 -
CMYK 0.42 0.60 0 0.01
HSL 258.82º 0.97% 0.69% -
HSV(B) 258.82º 0.6% 0.99% -
XYZ 34.5 22.5 95.45 -
YUV 131.79 196.4 139.56 -
System Red Green Blue C M Y K H S L
Decimal 148 100 253 0.42 0.60 0 0.01 258.82 0.97 0.69
Hex 94 64 FD 2A 3C 0 1 103 61 45
Octal 224 144 375 52 74 0 1 403 141 105
Binary 10010100 1100100 11111101 101010 111100 0 1 100000011 1100001 1000101

Color Harmonies of #9464FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9464FD

Black with #9464FD

Text Example


Text Example

White with #9464FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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