Html Css Color HEX #827BFE Light Slate Blue

📋 copy color: '#827BFE'

red 130 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #827BFE

Tints of Light Slate Blue #827BFE

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.26%

 BLUE value IS 254 (99.61% from 255) = 50.1%

R = 25.64%
G = 24.26%
B = 50.1%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#827BFE (or 0x827BFE) is known color: Light Slate Blue. HEX triplet: 82, 7B and FE. RGB value is (130,123,254). Sum of RGB (Red+Green+Blue) = 130+123+254=507 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.64% from 507); Green value is 123 (48.44% from 255 or 24.26% from 507); Blue value is 254 (99.61% from 255 or 50.10% from 507); Max value from RGB is 254 - color contains mainly: blue. Hex color #827BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BFE is #7D8401. Grayscale: #8B8B8B. Windows color (decimal): -8225794 or 16677762. OLE color: 16677762.

HSL color Cylindrical-coordinate representation of color #827BFE: hue angle of 243.21º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #827BFE is Cyan = 0.49, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 130 123 254 -
CMYK 0.49 0.52 0 0.00
HSL 243.21º 0.98% 0.74% -
HSV(B) 243.21º 0.52% 1% -
XYZ 34.18 26.07 97 -
YUV 140.03 192.32 120.85 -
System Red Green Blue C M Y K H S L
Decimal 130 123 254 0.49 0.52 0 0.00 243.21 0.98 0.74
Hex 82 7B FE 31 34 0 0 F3 62 4A
Octal 202 173 376 61 64 0 0 363 142 112
Binary 10000010 1111011 11111110 110001 110100 0 0 11110011 1100010 1001010

Color Harmonies of #827BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BFE

Black with #827BFE

Text Example


Text Example

White with #827BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,123,254); }

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

background-color css

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

 a { background-color: rgb(130,123,254); }

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

border-color css

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

 span { border-color: rgb(130,123,254); }

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