Html Css Color HEX #8270FC Light Slate Blue

📋 copy color: '#8270FC'

red 130 ◦ green 112 ◦ blue 252

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

Shades of Light Slate Blue #8270FC

Tints of Light Slate Blue #8270FC

RGB

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

 GREEN value IS 112 (44.14% from 255) = 22.67%

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

R = 26.32%
G = 22.67%
B = 51.01%

CMYK

 C value IS 0.48

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8270FC (or 0x8270FC) is known color: Light Slate Blue. HEX triplet: 82, 70 and FC. RGB value is (130,112,252). Sum of RGB (Red+Green+Blue) = 130+112+252=494 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.32% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 252 (98.83% from 255 or 51.01% from 494); Max value from RGB is 252 - color contains mainly: blue. Hex color #8270FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8270FC is #7D8F03. Grayscale: #848484. Windows color (decimal): -8228612 or 16543874. OLE color: 16543874.

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

Color convert

RGB 130 112 252 -
CMYK 0.48 0.56 0 0.01
HSL 247.71º 0.96% 0.71% -
HSV(B) 247.71º 0.56% 0.99% -
XYZ 32.57 23.36 94.89 -
YUV 133.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 130 112 252 0.48 0.56 0 0.01 247.71 0.96 0.71
Hex 82 70 FC 30 38 0 1 F8 60 47
Octal 202 160 374 60 70 0 1 370 140 107
Binary 10000010 1110000 11111100 110000 111000 0 1 11111000 1100000 1000111

Color Harmonies of #8270FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8270FC

Black with #8270FC

Text Example


Text Example

White with #8270FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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