Html Css Color HEX #9490FB Light Slate Blue

📋 copy color: '#9490FB'

red 148 ◦ green 144 ◦ blue 251

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

Shades of Light Slate Blue #9490FB

Tints of Light Slate Blue #9490FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.22%

R = 27.26%
G = 26.52%
B = 46.22%

CMYK

 C value IS 0.41

 M value IS 0.43

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9490FB (or 0x9490FB) is known color: Light Slate Blue. HEX triplet: 94, 90 and FB. RGB value is (148,144,251). Sum of RGB (Red+Green+Blue) = 148+144+251=543 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.26% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #9490FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9490FB is #6B6F04. Grayscale: #9C9C9C. Windows color (decimal): -7040773 or 16486548. OLE color: 16486548.

HSL color Cylindrical-coordinate representation of color #9490FB: hue angle of 242.24º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9490FB is Cyan = 0.41, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 144 251 -
CMYK 0.41 0.43 0 0.02
HSL 242.24º 0.93% 0.77% -
HSV(B) 242.24º 0.43% 0.98% -
XYZ 39.6 33.21 95.59 -
YUV 157.39 180.83 121.3 -
System Red Green Blue C M Y K H S L
Decimal 148 144 251 0.41 0.43 0 0.02 242.24 0.93 0.77
Hex 94 90 FB 29 2B 0 2 F2 5D 4D
Octal 224 220 373 51 53 0 2 362 135 115
Binary 10010100 10010000 11111011 101001 101011 0 10 11110010 1011101 1001101

Color Harmonies of #9490FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9490FB

Black with #9490FB

Text Example


Text Example

White with #9490FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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