Html Css Color HEX #8265FA Light Slate Blue

📋 copy color: '#8265FA'

red 130 ◦ green 101 ◦ blue 250

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

Shades of Light Slate Blue #8265FA

Tints of Light Slate Blue #8265FA

RGB

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

 GREEN value IS 101 (39.84% from 255) = 21%

 BLUE value IS 250 (98.05% from 255) = 51.98%

R = 27.03%
G = 21%
B = 51.98%

CMYK

 C value IS 0.48

 M value IS 0.60

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8265FA (or 0x8265FA) is known color: Light Slate Blue. HEX triplet: 82, 65 and FA. RGB value is (130,101,250). Sum of RGB (Red+Green+Blue) = 130+101+250=481 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.03% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #8265FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8265FA is #7D9A05. Grayscale: #7E7E7E. Windows color (decimal): -8231430 or 16409986. OLE color: 16409986.

HSL color Cylindrical-coordinate representation of color #8265FA: hue angle of 251.68º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8265FA is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 130 101 250 -
CMYK 0.48 0.60 0 0.02
HSL 251.68º 0.94% 0.69% -
HSV(B) 251.68º 0.6% 0.98% -
XYZ 31.11 20.96 92.85 -
YUV 126.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 130 101 250 0.48 0.60 0 0.02 251.68 0.94 0.69
Hex 82 65 FA 30 3C 0 2 FC 5E 45
Octal 202 145 372 60 74 0 2 374 136 105
Binary 10000010 1100101 11111010 110000 111100 0 10 11111100 1011110 1000101

Color Harmonies of #8265FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8265FA

Black with #8265FA

Text Example


Text Example

White with #8265FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8265FA; }

 p { color: rgb(130,101,250); }

 H1.HeaderClassName
 {
   color: #8265FA;
 }
 .AnyTagClassName
 {
   color: #8265FA;
 }
</style>

background-color css

<style>
 a { background-color: #8265FA; }

 a { background-color: rgb(130,101,250); }

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

border-color css

<style>
 span { border-color: #8265FA; }

 span { border-color: rgb(130,101,250); }

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