Html Css Color HEX #827FFC Light Slate Blue

📋 copy color: '#827FFC'

red 130 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #827FFC

Tints of Light Slate Blue #827FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 24.95%

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

R = 25.54%
G = 24.95%
B = 49.51%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#827FFC (or 0x827FFC) is known color: Light Slate Blue. HEX triplet: 82, 7F and FC. RGB value is (130,127,252). Sum of RGB (Red+Green+Blue) = 130+127+252=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 252 (98.83% from 255 or 49.51% from 509); Max value from RGB is 252 - color contains mainly: blue. Hex color #827FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FFC is #7D8003. Grayscale: #8D8D8D. Windows color (decimal): -8224772 or 16547714. OLE color: 16547714.

HSL color Cylindrical-coordinate representation of color #827FFC: hue angle of 241.44º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #827FFC is Cyan = 0.48, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 130 127 252 -
CMYK 0.48 0.50 0 0.01
HSL 241.44º 0.95% 0.74% -
HSV(B) 241.44º 0.5% 0.99% -
XYZ 34.37 26.95 95.49 -
YUV 142.15 189.99 119.34 -
System Red Green Blue C M Y K H S L
Decimal 130 127 252 0.48 0.50 0 0.01 241.44 0.95 0.74
Hex 82 7F FC 30 32 0 1 F1 5F 4A
Octal 202 177 374 60 62 0 1 361 137 112
Binary 10000010 1111111 11111100 110000 110010 0 1 11110001 1011111 1001010

Color Harmonies of #827FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FFC

Black with #827FFC

Text Example


Text Example

White with #827FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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