Html Css Color HEX #9C90FE Light Slate Blue

📋 copy color: '#9C90FE'

red 156 ◦ green 144 ◦ blue 254

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

Shades of Light Slate Blue #9C90FE

Tints of Light Slate Blue #9C90FE

RGB

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

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

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

R = 28.16%
G = 25.99%
B = 45.85%

CMYK

 C value IS 0.39

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#9C90FE (or 0x9C90FE) is known color: Light Slate Blue. HEX triplet: 9C, 90 and FE. RGB value is (156,144,254). Sum of RGB (Red+Green+Blue) = 156+144+254=554 (73% of max value = 765). Red value is 156 (61.33% from 255 or 28.16% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C90FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C90FE is #636F01. Grayscale: #9F9F9F. Windows color (decimal): -6516482 or 16683164. OLE color: 16683164.

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

Color convert

RGB 156 144 254 -
CMYK 0.39 0.43 0 0.00
HSL 246.55º 0.98% 0.78% -
HSV(B) 246.55º 0.43% 1% -
XYZ 41.57 34.17 98.17 -
YUV 160.13 180.98 125.06 -
System Red Green Blue C M Y K H S L
Decimal 156 144 254 0.39 0.43 0 0.00 246.55 0.98 0.78
Hex 9C 90 FE 27 2B 0 0 F7 62 4E
Octal 234 220 376 47 53 0 0 367 142 116
Binary 10011100 10010000 11111110 100111 101011 0 0 11110111 1100010 1001110

Color Harmonies of #9C90FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C90FE

Black with #9C90FE

Text Example


Text Example

White with #9C90FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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