Html Css Color HEX #8274FF Light Slate Blue

📋 copy color: '#8274FF'

red 130 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #8274FF

Tints of Light Slate Blue #8274FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.15%

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

R = 25.95%
G = 23.15%
B = 50.9%

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

#8274FF (or 0x8274FF) is known color: Light Slate Blue. HEX triplet: 82, 74 and FF. RGB value is (130,116,255). Sum of RGB (Red+Green+Blue) = 130+116+255=501 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.95% from 501); Green value is 116 (45.70% from 255 or 23.15% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #8274FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8274FF is #7D8B00. Grayscale: #878787. Windows color (decimal): -8227585 or 16741506. OLE color: 16741506.

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

Color convert

RGB 130 116 255 -
CMYK 0.49 0.55 0 0
HSL 246.04º 1% 0.73% -
HSV(B) 246.04º 0.55% 1% -
XYZ 33.5 24.46 97.56 -
YUV 136.03 195.14 123.7 -
System Red Green Blue C M Y K H S L
Decimal 130 116 255 0.49 0.55 0 0 246.04 1 0.73
Hex 82 74 FF 31 37 0 0 F6 64 49
Octal 202 164 377 61 67 0 0 366 144 111
Binary 10000010 1110100 11111111 110001 110111 0 0 11110110 1100100 1001001

Color Harmonies of #8274FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274FF

Black with #8274FF

Text Example


Text Example

White with #8274FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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