Html Css Color HEX #8277DF Medium Slate Blue

📋 copy color: '#8277DF'

red 130 ◦ green 119 ◦ blue 223

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

Shades of Medium Slate Blue #8277DF

Tints of Medium Slate Blue #8277DF

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.21%

 BLUE value IS 223 (87.5% from 255) = 47.25%

R = 27.54%
G = 25.21%
B = 47.25%

CMYK

 C value IS 0.42

 M value IS 0.47

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8277DF (or 0x8277DF) is known color: Medium Slate Blue. HEX triplet: 82, 77 and DF. RGB value is (130,119,223). Sum of RGB (Red+Green+Blue) = 130+119+223=472 (62% of max value = 765). Red value is 130 (51.17% from 255 or 27.54% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 223 (87.5% from 255 or 47.25% from 472); Max value from RGB is 223 - color contains mainly: blue. Hex color #8277DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8277DF is #7D8820. Grayscale: #858585. Windows color (decimal): -8226849 or 14645122. OLE color: 14645122.

HSL color Cylindrical-coordinate representation of color #8277DF: hue angle of 246.35º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8277DF is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 130 119 223 -
CMYK 0.42 0.47 0 0.13
HSL 246.35º 0.62% 0.67% -
HSV(B) 246.35º 0.47% 0.87% -
XYZ 29.12 23.27 72.77 -
YUV 134.15 178.14 125.04 -
System Red Green Blue C M Y K H S L
Decimal 130 119 223 0.42 0.47 0 0.13 246.35 0.62 0.67
Hex 82 77 DF 2A 2F 0 D F6 3E 43
Octal 202 167 337 52 57 0 15 366 76 103
Binary 10000010 1110111 11011111 101010 101111 0 1101 11110110 111110 1000011

Color Harmonies of #8277DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8277DF

Black with #8277DF

Text Example


Text Example

White with #8277DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8277DF; }

 p { color: rgb(130,119,223); }

 H1.HeaderClassName
 {
   color: #8277DF;
 }
 .AnyTagClassName
 {
   color: #8277DF;
 }
</style>

background-color css

<style>
 a { background-color: #8277DF; }

 a { background-color: rgb(130,119,223); }

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

border-color css

<style>
 span { border-color: #8277DF; }

 span { border-color: rgb(130,119,223); }

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