Html Css Color HEX #9063FF Light Slate Blue

📋 copy color: '#9063FF'

red 144 ◦ green 99 ◦ blue 255

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

Shades of Light Slate Blue #9063FF

Tints of Light Slate Blue #9063FF

RGB

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

 GREEN value IS 99 (39.06% from 255) = 19.88%

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

R = 28.92%
G = 19.88%
B = 51.2%

CMYK

 C value IS 0.44

 M value IS 0.61

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9063FF (or 0x9063FF) is known color: Light Slate Blue. HEX triplet: 90, 63 and FF. RGB value is (144,99,255). Sum of RGB (Red+Green+Blue) = 144+99+255=498 (65% of max value = 765). Red value is 144 (56.64% from 255 or 28.92% from 498); Green value is 99 (39.06% from 255 or 19.88% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #9063FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9063FF is #6F9C00. Grayscale: #818181. Windows color (decimal): -7314433 or 16737168. OLE color: 16737168.

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

Color convert

RGB 144 99 255 -
CMYK 0.44 0.61 0 0
HSL 257.31º 1% 0.69% -
HSV(B) 257.31º 0.61% 1% -
XYZ 34.01 22.07 97.08 -
YUV 130.24 198.41 137.82 -
System Red Green Blue C M Y K H S L
Decimal 144 99 255 0.44 0.61 0 0 257.31 1 0.69
Hex 90 63 FF 2C 3D 0 0 101 64 45
Octal 220 143 377 54 75 0 0 401 144 105
Binary 10010000 1100011 11111111 101100 111101 0 0 100000001 1100100 1000101

Color Harmonies of #9063FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9063FF

Black with #9063FF

Text Example


Text Example

White with #9063FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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