Html Css Color HEX #827BFF Light Slate Blue

📋 copy color: '#827BFF'

red 130 ◦ green 123 ◦ blue 255

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

Shades of Light Slate Blue #827BFF

Tints of Light Slate Blue #827BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.2%

R = 25.59%
G = 24.21%
B = 50.2%

CMYK

 C value IS 0.49

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#827BFF (or 0x827BFF) is known color: Light Slate Blue. HEX triplet: 82, 7B and FF. RGB value is (130,123,255). Sum of RGB (Red+Green+Blue) = 130+123+255=508 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.59% from 508); Green value is 123 (48.44% from 255 or 24.21% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #827BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BFF is #7D8400. Grayscale: #8B8B8B. Windows color (decimal): -8225793 or 16743298. OLE color: 16743298.

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

Color convert

RGB 130 123 255 -
CMYK 0.49 0.52 0 0
HSL 243.18º 1% 0.74% -
HSV(B) 243.18º 0.52% 1% -
XYZ 34.34 26.13 97.84 -
YUV 140.14 192.82 120.77 -
System Red Green Blue C M Y K H S L
Decimal 130 123 255 0.49 0.52 0 0 243.18 1 0.74
Hex 82 7B FF 31 34 0 0 F3 64 4A
Octal 202 173 377 61 64 0 0 363 144 112
Binary 10000010 1111011 11111111 110001 110100 0 0 11110011 1100100 1001010

Color Harmonies of #827BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827BFF

Black with #827BFF

Text Example


Text Example

White with #827BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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