Html Css Color HEX #8273FC Light Slate Blue

📋 copy color: '#8273FC'

red 130 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #8273FC

Tints of Light Slate Blue #8273FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 50.7%

R = 26.16%
G = 23.14%
B = 50.7%

CMYK

 C value IS 0.48

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8273FC (or 0x8273FC) is known color: Light Slate Blue. HEX triplet: 82, 73 and FC. RGB value is (130,115,252). Sum of RGB (Red+Green+Blue) = 130+115+252=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 252 (98.83% from 255 or 50.70% from 497); Max value from RGB is 252 - color contains mainly: blue. Hex color #8273FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8273FC is #7D8C03. Grayscale: #868686. Windows color (decimal): -8227844 or 16544642. OLE color: 16544642.

HSL color Cylindrical-coordinate representation of color #8273FC: hue angle of 246.57º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8273FC is Cyan = 0.48, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 115 252 -
CMYK 0.48 0.54 0 0.01
HSL 246.57º 0.96% 0.72% -
HSV(B) 246.57º 0.54% 0.99% -
XYZ 32.91 24.04 95 -
YUV 135.1 193.97 124.36 -
System Red Green Blue C M Y K H S L
Decimal 130 115 252 0.48 0.54 0 0.01 246.57 0.96 0.72
Hex 82 73 FC 30 36 0 1 F7 60 48
Octal 202 163 374 60 66 0 1 367 140 110
Binary 10000010 1110011 11111100 110000 110110 0 1 11110111 1100000 1001000

Color Harmonies of #8273FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8273FC

Black with #8273FC

Text Example


Text Example

White with #8273FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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