Html Css Color HEX #9C90FD Light Slate Blue

📋 copy color: '#9C90FD'

red 156 ◦ green 144 ◦ blue 253

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

Shades of Light Slate Blue #9C90FD

Tints of Light Slate Blue #9C90FD

RGB

 RED value IS 156 (61.33% from 255) = 28.21%

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

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

R = 28.21%
G = 26.04%
B = 45.75%

CMYK

 C value IS 0.38

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#9C90FD (or 0x9C90FD) is known color: Light Slate Blue. HEX triplet: 9C, 90 and FD. RGB value is (156,144,253). Sum of RGB (Red+Green+Blue) = 156+144+253=553 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.21% from 553); Green value is 144 (56.64% from 255 or 26.04% from 553); Blue value is 253 (99.22% from 255 or 45.75% from 553); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C90FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C90FD is #636F02. Grayscale: #9F9F9F. Windows color (decimal): -6516483 or 16617628. OLE color: 16617628.

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

Color convert

RGB 156 144 253 -
CMYK 0.38 0.43 0 0.01
HSL 246.61º 0.96% 0.78% -
HSV(B) 246.61º 0.43% 0.99% -
XYZ 41.41 34.11 97.33 -
YUV 160.01 180.48 125.14 -
System Red Green Blue C M Y K H S L
Decimal 156 144 253 0.38 0.43 0 0.01 246.61 0.96 0.78
Hex 9C 90 FD 26 2B 0 1 F7 60 4E
Octal 234 220 375 46 53 0 1 367 140 116
Binary 10011100 10010000 11111101 100110 101011 0 1 11110111 1100000 1001110

Color Harmonies of #9C90FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C90FD

Black with #9C90FD

Text Example


Text Example

White with #9C90FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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