Html Css Color HEX #827DFB Light Slate Blue

📋 copy color: '#827DFB'

red 130 ◦ green 125 ◦ blue 251

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

Shades of Light Slate Blue #827DFB

Tints of Light Slate Blue #827DFB

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.7%

 BLUE value IS 251 (98.44% from 255) = 49.6%

R = 25.69%
G = 24.7%
B = 49.6%

CMYK

 C value IS 0.48

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#827DFB (or 0x827DFB) is known color: Light Slate Blue. HEX triplet: 82, 7D and FB. RGB value is (130,125,251). Sum of RGB (Red+Green+Blue) = 130+125+251=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #827DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827DFB is #7D8204. Grayscale: #8C8C8C. Windows color (decimal): -8225285 or 16481666. OLE color: 16481666.

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

Color convert

RGB 130 125 251 -
CMYK 0.48 0.50 0 0.02
HSL 242.38º 0.94% 0.74% -
HSV(B) 242.38º 0.5% 0.98% -
XYZ 33.95 26.38 94.57 -
YUV 140.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 130 125 251 0.48 0.50 0 0.02 242.38 0.94 0.74
Hex 82 7D FB 30 32 0 2 F2 5E 4A
Octal 202 175 373 60 62 0 2 362 136 112
Binary 10000010 1111101 11111011 110000 110010 0 10 11110010 1011110 1001010

Color Harmonies of #827DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827DFB

Black with #827DFB

Text Example


Text Example

White with #827DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,125,251); }

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

background-color css

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

 a { background-color: rgb(130,125,251); }

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

border-color css

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

 span { border-color: rgb(130,125,251); }

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