Html Css Color HEX #827FEE Light Slate Blue

📋 copy color: '#827FEE'

red 130 ◦ green 127 ◦ blue 238

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

Shades of Light Slate Blue #827FEE

Tints of Light Slate Blue #827FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.08%

R = 26.26%
G = 25.66%
B = 48.08%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#827FEE (or 0x827FEE) is known color: Light Slate Blue. HEX triplet: 82, 7F and EE. RGB value is (130,127,238). Sum of RGB (Red+Green+Blue) = 130+127+238=495 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.26% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #827FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827FEE is #7D8011. Grayscale: #8C8C8C. Windows color (decimal): -8224786 or 15630210. OLE color: 15630210.

HSL color Cylindrical-coordinate representation of color #827FEE: hue angle of 241.62º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827FEE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 130 127 238 -
CMYK 0.45 0.47 0 0.07
HSL 241.62º 0.77% 0.72% -
HSV(B) 241.62º 0.47% 0.93% -
XYZ 32.23 26.1 84.23 -
YUV 140.55 182.99 120.47 -
System Red Green Blue C M Y K H S L
Decimal 130 127 238 0.45 0.47 0 0.07 241.62 0.77 0.72
Hex 82 7F EE 2D 2F 0 7 F2 4D 48
Octal 202 177 356 55 57 0 7 362 115 110
Binary 10000010 1111111 11101110 101101 101111 0 111 11110010 1001101 1001000

Color Harmonies of #827FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #827FEE

Black with #827FEE

Text Example


Text Example

White with #827FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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