Html Css Color HEX #9058FF Light Slate Blue

📋 copy color: '#9058FF'

red 144 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #9058FF

Tints of Light Slate Blue #9058FF

RGB

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

 GREEN value IS 88 (34.77% from 255) = 18.07%

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

R = 29.57%
G = 18.07%
B = 52.36%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9058FF (or 0x9058FF) is known color: Light Slate Blue. HEX triplet: 90, 58 and FF. RGB value is (144,88,255). Sum of RGB (Red+Green+Blue) = 144+88+255=487 (64% of max value = 765). Red value is 144 (56.64% from 255 or 29.57% from 487); Green value is 88 (34.77% from 255 or 18.07% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #9058FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9058FF is #6FA700. Grayscale: #7B7B7B. Windows color (decimal): -7317249 or 16734352. OLE color: 16734352.

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

Color convert

RGB 144 88 255 -
CMYK 0.44 0.65 0 0
HSL 260.12º 1% 0.67% -
HSV(B) 260.12º 0.65% 1% -
XYZ 33.04 20.13 96.75 -
YUV 123.78 202.05 142.42 -
System Red Green Blue C M Y K H S L
Decimal 144 88 255 0.44 0.65 0 0 260.12 1 0.67
Hex 90 58 FF 2C 41 0 0 104 64 43
Octal 220 130 377 54 101 0 0 404 144 103
Binary 10010000 1011000 11111111 101100 1000001 0 0 100000100 1100100 1000011

Color Harmonies of #9058FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9058FF

Black with #9058FF

Text Example


Text Example

White with #9058FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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