Html Css Color HEX #8273FF Light Slate Blue

📋 copy color: '#8273FF'

red 130 ◦ green 115 ◦ blue 255

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

Shades of Light Slate Blue #8273FF

Tints of Light Slate Blue #8273FF

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23%

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

R = 26%
G = 23%
B = 51%

CMYK

 C value IS 0.49

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8273FF (or 0x8273FF) is known color: Light Slate Blue. HEX triplet: 82, 73 and FF. RGB value is (130,115,255). Sum of RGB (Red+Green+Blue) = 130+115+255=500 (66% of max value = 765). Red value is 130 (51.17% from 255 or 26% from 500); Green value is 115 (45.31% from 255 or 23% from 500); Blue value is 255 (100% from 255 or 51% from 500); Max value from RGB is 255 - color contains mainly: blue. Hex color #8273FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273FF is #7D8C00. Grayscale: #868686. Windows color (decimal): -8227841 or 16741250. OLE color: 16741250.

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

Color convert

RGB 130 115 255 -
CMYK 0.49 0.55 0 0
HSL 246.43º 1% 0.73% -
HSV(B) 246.43º 0.55% 1% -
XYZ 33.39 24.23 97.52 -
YUV 135.45 195.47 124.12 -
System Red Green Blue C M Y K H S L
Decimal 130 115 255 0.49 0.55 0 0 246.43 1 0.73
Hex 82 73 FF 31 37 0 0 F6 64 49
Octal 202 163 377 61 67 0 0 366 144 111
Binary 10000010 1110011 11111111 110001 110111 0 0 11110110 1100100 1001001

Color Harmonies of #8273FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273FF

Black with #8273FF

Text Example


Text Example

White with #8273FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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