Html Css Color HEX #827CF3 Light Slate Blue

📋 copy color: '#827CF3'

red 130 ◦ green 124 ◦ blue 243

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

Shades of Light Slate Blue #827CF3

Tints of Light Slate Blue #827CF3

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.95%

 BLUE value IS 243 (95.31% from 255) = 48.89%

R = 26.16%
G = 24.95%
B = 48.89%

CMYK

 C value IS 0.47

 M value IS 0.49

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#827CF3 (or 0x827CF3) is known color: Light Slate Blue. HEX triplet: 82, 7C and F3. RGB value is (130,124,243). Sum of RGB (Red+Green+Blue) = 130+124+243=497 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.16% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 243 (95.31% from 255 or 48.89% from 497); Max value from RGB is 243 - color contains mainly: blue. Hex color #827CF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CF3 is #7D830C. Grayscale: #8A8A8A. Windows color (decimal): -8225549 or 15957122. OLE color: 15957122.

HSL color Cylindrical-coordinate representation of color #827CF3: hue angle of 243.03º degrees, saturation: 0.83, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #827CF3 is Cyan = 0.47, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 130 124 243 -
CMYK 0.47 0.49 0 0.05
HSL 243.03º 0.83% 0.72% -
HSV(B) 243.03º 0.49% 0.95% -
XYZ 32.59 25.63 88.02 -
YUV 139.36 186.49 121.32 -
System Red Green Blue C M Y K H S L
Decimal 130 124 243 0.47 0.49 0 0.05 243.03 0.83 0.72
Hex 82 7C F3 2F 31 0 5 F3 53 48
Octal 202 174 363 57 61 0 5 363 123 110
Binary 10000010 1111100 11110011 101111 110001 0 101 11110011 1010011 1001000

Color Harmonies of #827CF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CF3

Black with #827CF3

Text Example


Text Example

White with #827CF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #827CF3; }

 p { color: rgb(130,124,243); }

 H1.HeaderClassName
 {
   color: #827CF3;
 }
 .AnyTagClassName
 {
   color: #827CF3;
 }
</style>

background-color css

<style>
 a { background-color: #827CF3; }

 a { background-color: rgb(130,124,243); }

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

border-color css

<style>
 span { border-color: #827CF3; }

 span { border-color: rgb(130,124,243); }

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