Html Css Color HEX #9075FA Light Slate Blue

📋 copy color: '#9075FA'

red 144 ◦ green 117 ◦ blue 250

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

Shades of Light Slate Blue #9075FA

Tints of Light Slate Blue #9075FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 28.18%
G = 22.9%
B = 48.92%

CMYK

 C value IS 0.42

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9075FA (or 0x9075FA) is known color: Light Slate Blue. HEX triplet: 90, 75 and FA. RGB value is (144,117,250). Sum of RGB (Red+Green+Blue) = 144+117+250=511 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.18% from 511); Green value is 117 (46.09% from 255 or 22.90% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #9075FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9075FA is #6F8A05. Grayscale: #8B8B8B. Windows color (decimal): -7309830 or 16414096. OLE color: 16414096.

HSL color Cylindrical-coordinate representation of color #9075FA: hue angle of 252.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9075FA is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 117 250 -
CMYK 0.42 0.53 0 0.02
HSL 252.18º 0.93% 0.72% -
HSV(B) 252.18º 0.53% 0.98% -
XYZ 35.12 25.55 93.52 -
YUV 140.24 189.95 130.69 -
System Red Green Blue C M Y K H S L
Decimal 144 117 250 0.42 0.53 0 0.02 252.18 0.93 0.72
Hex 90 75 FA 2A 35 0 2 FC 5D 48
Octal 220 165 372 52 65 0 2 374 135 110
Binary 10010000 1110101 11111010 101010 110101 0 10 11111100 1011101 1001000

Color Harmonies of #9075FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9075FA

Black with #9075FA

Text Example


Text Example

White with #9075FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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