Html Css Color HEX #9490FD Light Slate Blue

📋 copy color: '#9490FD'

red 148 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #9490FD

Tints of Light Slate Blue #9490FD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 26.42%

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

R = 27.16%
G = 26.42%
B = 46.42%

CMYK

 C value IS 0.42

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9490FD (or 0x9490FD) is known color: Light Slate Blue. HEX triplet: 94, 90 and FD. RGB value is (148,144,253). Sum of RGB (Red+Green+Blue) = 148+144+253=545 (72% of max value = 765). Red value is 148 (58.20% from 255 or 27.16% from 545); Green value is 144 (56.64% from 255 or 26.42% from 545); Blue value is 253 (99.22% from 255 or 46.42% from 545); Max value from RGB is 253 - color contains mainly: blue. Hex color #9490FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9490FD is #6B6F02. Grayscale: #9D9D9D. Windows color (decimal): -7040771 or 16617620. OLE color: 16617620.

HSL color Cylindrical-coordinate representation of color #9490FD: hue angle of 242.2º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9490FD is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 148 144 253 -
CMYK 0.42 0.43 0 0.01
HSL 242.2º 0.96% 0.78% -
HSV(B) 242.2º 0.43% 0.99% -
XYZ 39.92 33.33 97.26 -
YUV 157.62 181.83 121.14 -
System Red Green Blue C M Y K H S L
Decimal 148 144 253 0.42 0.43 0 0.01 242.2 0.96 0.78
Hex 94 90 FD 2A 2B 0 1 F2 60 4E
Octal 224 220 375 52 53 0 1 362 140 116
Binary 10010100 10010000 11111101 101010 101011 0 1 11110010 1100000 1001110

Color Harmonies of #9490FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490FD

Black with #9490FD

Text Example


Text Example

White with #9490FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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