Html Css Color HEX #9090FF Light Slate Blue

📋 copy color: '#9090FF'

red 144 ◦ green 144 ◦ blue 255

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

Shades of Light Slate Blue #9090FF

Tints of Light Slate Blue #9090FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 46.96%

R = 26.52%
G = 26.52%
B = 46.96%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9090FF (or 0x9090FF) is known color: Light Slate Blue. HEX triplet: 90, 90 and FF. RGB value is (144,144,255). Sum of RGB (Red+Green+Blue) = 144+144+255=543 (71% of max value = 765). Red value is 144 (56.64% from 255 or 26.52% from 543); Green value is 144 (56.64% from 255 or 26.52% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #9090FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9090FF is #6F6F00. Grayscale: #9C9C9C. Windows color (decimal): -7302913 or 16748688. OLE color: 16748688.

HSL color Cylindrical-coordinate representation of color #9090FF: hue angle of 240º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9090FF is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 144 144 255 -
CMYK 0.44 0.44 0 0
HSL 240º 1% 0.78% -
HSV(B) 240º 0.44% 1% -
XYZ 39.52 33.1 98.91 -
YUV 156.65 183.5 118.97 -
System Red Green Blue C M Y K H S L
Decimal 144 144 255 0.44 0.44 0 0 240 1 0.78
Hex 90 90 FF 2C 2C 0 0 F0 64 4E
Octal 220 220 377 54 54 0 0 360 144 116
Binary 10010000 10010000 11111111 101100 101100 0 0 11110000 1100100 1001110

Color Harmonies of #9090FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9090FF

Black with #9090FF

Text Example


Text Example

White with #9090FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9090FF; }

 p { color: rgb(144,144,255); }

 H1.HeaderClassName
 {
   color: #9090FF;
 }
 .AnyTagClassName
 {
   color: #9090FF;
 }
</style>

background-color css

<style>
 a { background-color: #9090FF; }

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

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

border-color css

<style>
 span { border-color: #9090FF; }

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

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