Html Css Color HEX #8274F7 Light Slate Blue

📋 copy color: '#8274F7'

red 130 ◦ green 116 ◦ blue 247

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

Shades of Light Slate Blue #8274F7

Tints of Light Slate Blue #8274F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 26.37%
G = 23.53%
B = 50.1%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8274F7 (or 0x8274F7) is known color: Light Slate Blue. HEX triplet: 82, 74 and F7. RGB value is (130,116,247). Sum of RGB (Red+Green+Blue) = 130+116+247=493 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.37% from 493); Green value is 116 (45.70% from 255 or 23.53% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #8274F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8274F7 is #7D8B08. Grayscale: #868686. Windows color (decimal): -8227593 or 16217218. OLE color: 16217218.

HSL color Cylindrical-coordinate representation of color #8274F7: hue angle of 246.41º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8274F7 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 130 116 247 -
CMYK 0.47 0.53 0 0.03
HSL 246.41º 0.89% 0.71% -
HSV(B) 246.41º 0.53% 0.97% -
XYZ 32.24 23.95 90.92 -
YUV 135.12 191.14 124.35 -
System Red Green Blue C M Y K H S L
Decimal 130 116 247 0.47 0.53 0 0.03 246.41 0.89 0.71
Hex 82 74 F7 2F 35 0 3 F6 59 47
Octal 202 164 367 57 65 0 3 366 131 107
Binary 10000010 1110100 11110111 101111 110101 0 11 11110110 1011001 1000111

Color Harmonies of #8274F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8274F7

Black with #8274F7

Text Example


Text Example

White with #8274F7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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