Html Css Color HEX #9075EF Light Slate Blue

📋 copy color: '#9075EF'

red 144 ◦ green 117 ◦ blue 239

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

Shades of Light Slate Blue #9075EF

Tints of Light Slate Blue #9075EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 47.8%

R = 28.8%
G = 23.4%
B = 47.8%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#9075EF (or 0x9075EF) is known color: Light Slate Blue. HEX triplet: 90, 75 and EF. RGB value is (144,117,239). Sum of RGB (Red+Green+Blue) = 144+117+239=500 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.8% from 500); Green value is 117 (46.09% from 255 or 23.4% from 500); Blue value is 239 (93.75% from 255 or 47.8% from 500); Max value from RGB is 239 - color contains mainly: blue. Hex color #9075EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9075EF is #6F8A10. Grayscale: #8A8A8A. Windows color (decimal): -7309841 or 15693200. OLE color: 15693200.

HSL color Cylindrical-coordinate representation of color #9075EF: hue angle of 253.28º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9075EF is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 117 239 -
CMYK 0.40 0.51 0 0.06
HSL 253.28º 0.79% 0.7% -
HSV(B) 253.28º 0.51% 0.94% -
XYZ 33.44 24.88 84.7 -
YUV 138.98 184.45 131.58 -
System Red Green Blue C M Y K H S L
Decimal 144 117 239 0.40 0.51 0 0.06 253.28 0.79 0.7
Hex 90 75 EF 28 33 0 6 FD 4F 46
Octal 220 165 357 50 63 0 6 375 117 106
Binary 10010000 1110101 11101111 101000 110011 0 110 11111101 1001111 1000110

Color Harmonies of #9075EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075EF

Black with #9075EF

Text Example


Text Example

White with #9075EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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