Html Css Color HEX #8258FF Light Slate Blue

📋 copy color: '#8258FF'

red 130 ◦ green 88 ◦ blue 255

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

Shades of Light Slate Blue #8258FF

Tints of Light Slate Blue #8258FF

RGB

 RED value IS 130 (51.17% from 255) = 27.48%

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

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

R = 27.48%
G = 18.6%
B = 53.91%

CMYK

 C value IS 0.49

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8258FF (or 0x8258FF) is known color: Light Slate Blue. HEX triplet: 82, 58 and FF. RGB value is (130,88,255). Sum of RGB (Red+Green+Blue) = 130+88+255=473 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.48% from 473); Green value is 88 (34.77% from 255 or 18.60% from 473); Blue value is 255 (100% from 255 or 53.91% from 473); Max value from RGB is 255 - color contains mainly: blue. Hex color #8258FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8258FF is #7DA700. Grayscale: #767676. Windows color (decimal): -8234753 or 16734338. OLE color: 16734338.

HSL color Cylindrical-coordinate representation of color #8258FF: hue angle of 255.09º 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 #8258FF is Cyan = 0.49, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 130 88 255 -
CMYK 0.49 0.65 0 0
HSL 255.09º 1% 0.67% -
HSV(B) 255.09º 0.65% 1% -
XYZ 30.75 18.95 96.64 -
YUV 119.6 204.41 135.42 -
System Red Green Blue C M Y K H S L
Decimal 130 88 255 0.49 0.65 0 0 255.09 1 0.67
Hex 82 58 FF 31 41 0 0 FF 64 43
Octal 202 130 377 61 101 0 0 377 144 103
Binary 10000010 1011000 11111111 110001 1000001 0 0 11111111 1100100 1000011

Color Harmonies of #8258FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8258FF

Black with #8258FF

Text Example


Text Example

White with #8258FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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