Html Css Color HEX #9290FD Light Slate Blue

📋 copy color: '#9290FD'

red 146 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #9290FD

Tints of Light Slate Blue #9290FD

RGB

 RED value IS 146 (57.42% from 255) = 26.89%

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

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

R = 26.89%
G = 26.52%
B = 46.59%

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

#9290FD (or 0x9290FD) is known color: Light Slate Blue. HEX triplet: 92, 90 and FD. RGB value is (146,144,253). Sum of RGB (Red+Green+Blue) = 146+144+253=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 253 (99.22% from 255 or 46.59% from 543); Max value from RGB is 253 - color contains mainly: blue. Hex color #9290FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9290FD is #6D6F02. Grayscale: #9C9C9C. Windows color (decimal): -7171843 or 16617618. OLE color: 16617618.

HSL color Cylindrical-coordinate representation of color #9290FD: hue angle of 241.1º 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 #9290FD is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 146 144 253 -
CMYK 0.42 0.43 0 0.01
HSL 241.1º 0.96% 0.78% -
HSV(B) 241.1º 0.43% 0.99% -
XYZ 39.56 33.15 97.24 -
YUV 157.02 182.16 120.14 -
System Red Green Blue C M Y K H S L
Decimal 146 144 253 0.42 0.43 0 0.01 241.1 0.96 0.78
Hex 92 90 FD 2A 2B 0 1 F1 60 4E
Octal 222 220 375 52 53 0 1 361 140 116
Binary 10010010 10010000 11111101 101010 101011 0 1 11110001 1100000 1001110

Color Harmonies of #9290FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9290FD

Black with #9290FD

Text Example


Text Example

White with #9290FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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