Html Css Color HEX #827CFB Light Slate Blue

📋 copy color: '#827CFB'

red 130 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #827CFB

Tints of Light Slate Blue #827CFB

RGB

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

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

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

R = 25.74%
G = 24.55%
B = 49.7%

CMYK

 C value IS 0.48

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#827CFB (or 0x827CFB) is known color: Light Slate Blue. HEX triplet: 82, 7C and FB. RGB value is (130,124,251). Sum of RGB (Red+Green+Blue) = 130+124+251=505 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.74% from 505); Green value is 124 (48.83% from 255 or 24.55% from 505); Blue value is 251 (98.44% from 255 or 49.70% from 505); Max value from RGB is 251 - color contains mainly: blue. Hex color #827CFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827CFB is #7D8304. Grayscale: #8B8B8B. Windows color (decimal): -8225541 or 16481410. OLE color: 16481410.

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

Color convert

RGB 130 124 251 -
CMYK 0.48 0.51 0 0.02
HSL 242.83º 0.94% 0.74% -
HSV(B) 242.83º 0.51% 0.98% -
XYZ 33.83 26.13 94.53 -
YUV 140.27 190.49 120.67 -
System Red Green Blue C M Y K H S L
Decimal 130 124 251 0.48 0.51 0 0.02 242.83 0.94 0.74
Hex 82 7C FB 30 33 0 2 F3 5E 4A
Octal 202 174 373 60 63 0 2 363 136 112
Binary 10000010 1111100 11111011 110000 110011 0 10 11110011 1011110 1001010

Color Harmonies of #827CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827CFB

Black with #827CFB

Text Example


Text Example

White with #827CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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