Html Css Color HEX #9D90FE Light Slate Blue

📋 copy color: '#9D90FE'

red 157 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #9D90FE

Tints of Light Slate Blue #9D90FE

RGB

 RED value IS 157 (61.72% from 255) = 28.29%

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

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

R = 28.29%
G = 25.95%
B = 45.77%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9D90FE (or 0x9D90FE) is known color: Light Slate Blue. HEX triplet: 9D, 90 and FE. RGB value is (157,144,254). Sum of RGB (Red+Green+Blue) = 157+144+254=555 (73% of max value = 765). Red value is 157 (61.72% from 255 or 28.29% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 254 (99.61% from 255 or 45.77% from 555); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D90FE is #626F01. Grayscale: #A0A0A0. Windows color (decimal): -6450946 or 16683165. OLE color: 16683165.

HSL color Cylindrical-coordinate representation of color #9D90FE: hue angle of 247.09º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9D90FE is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 157 144 254 -
CMYK 0.38 0.43 0 0.00
HSL 247.09º 0.98% 0.78% -
HSV(B) 247.09º 0.43% 1% -
XYZ 41.77 34.27 98.18 -
YUV 160.43 180.81 125.56 -
System Red Green Blue C M Y K H S L
Decimal 157 144 254 0.38 0.43 0 0.00 247.09 0.98 0.78
Hex 9D 90 FE 26 2B 0 0 F7 62 4E
Octal 235 220 376 46 53 0 0 367 142 116
Binary 10011101 10010000 11111110 100110 101011 0 0 11110111 1100010 1001110

Color Harmonies of #9D90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D90FE

Black with #9D90FE

Text Example


Text Example

White with #9D90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9D90FE; }

 p { color: rgb(157,144,254); }

 H1.HeaderClassName
 {
   color: #9D90FE;
 }
 .AnyTagClassName
 {
   color: #9D90FE;
 }
</style>

background-color css

<style>
 a { background-color: #9D90FE; }

 a { background-color: rgb(157,144,254); }

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

border-color css

<style>
 span { border-color: #9D90FE; }

 span { border-color: rgb(157,144,254); }

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