Html Css Color HEX #9075FF Light Slate Blue

📋 copy color: '#9075FF'

red 144 ◦ green 117 ◦ blue 255

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

Shades of Light Slate Blue #9075FF

Tints of Light Slate Blue #9075FF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 22.67%

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

R = 27.91%
G = 22.67%
B = 49.42%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9075FF (or 0x9075FF) is known color: Light Slate Blue. HEX triplet: 90, 75 and FF. RGB value is (144,117,255). Sum of RGB (Red+Green+Blue) = 144+117+255=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 117 (46.09% from 255 or 22.67% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #9075FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9075FF is #6F8A00. Grayscale: #8C8C8C. Windows color (decimal): -7309825 or 16741776. OLE color: 16741776.

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

Color convert

RGB 144 117 255 -
CMYK 0.44 0.54 0 0
HSL 251.74º 1% 0.73% -
HSV(B) 251.74º 0.54% 1% -
XYZ 35.91 25.87 97.71 -
YUV 140.81 192.45 130.28 -
System Red Green Blue C M Y K H S L
Decimal 144 117 255 0.44 0.54 0 0 251.74 1 0.73
Hex 90 75 FF 2C 36 0 0 FC 64 49
Octal 220 165 377 54 66 0 0 374 144 111
Binary 10010000 1110101 11111111 101100 110110 0 0 11111100 1100100 1001001

Color Harmonies of #9075FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075FF

Black with #9075FF

Text Example


Text Example

White with #9075FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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