Html Css Color HEX #816BED Medium Slate Blue

📋 copy color: '#816BED'

red 129 ◦ green 107 ◦ blue 237

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

Shades of Medium Slate Blue #816BED

Tints of Medium Slate Blue #816BED

RGB

 RED value IS 129 (50.78% from 255) = 27.27%

 GREEN value IS 107 (42.19% from 255) = 22.62%

 BLUE value IS 237 (92.97% from 255) = 50.11%

R = 27.27%
G = 22.62%
B = 50.11%

CMYK

 C value IS 0.46

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#816BED (or 0x816BED) is known color: Medium Slate Blue. HEX triplet: 81, 6B and ED. RGB value is (129,107,237). Sum of RGB (Red+Green+Blue) = 129+107+237=473 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.27% from 473); Green value is 107 (42.19% from 255 or 22.62% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #816BED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816BED is #7E9412. Grayscale: #7F7F7F. Windows color (decimal): -8295443 or 15559553. OLE color: 15559553.

HSL color Cylindrical-coordinate representation of color #816BED: hue angle of 250.15º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #816BED is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 129 107 237 -
CMYK 0.46 0.55 0 0.07
HSL 250.15º 0.78% 0.67% -
HSV(B) 250.15º 0.55% 0.93% -
XYZ 29.6 21.3 82.67 -
YUV 128.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 129 107 237 0.46 0.55 0 0.07 250.15 0.78 0.67
Hex 81 6B ED 2E 37 0 7 FA 4E 43
Octal 201 153 355 56 67 0 7 372 116 103
Binary 10000001 1101011 11101101 101110 110111 0 111 11111010 1001110 1000011

Color Harmonies of #816BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BED

Black with #816BED

Text Example


Text Example

White with #816BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816BED; }

 p { color: rgb(129,107,237); }

 H1.HeaderClassName
 {
   color: #816BED;
 }
 .AnyTagClassName
 {
   color: #816BED;
 }
</style>

background-color css

<style>
 a { background-color: #816BED; }

 a { background-color: rgb(129,107,237); }

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

border-color css

<style>
 span { border-color: #816BED; }

 span { border-color: rgb(129,107,237); }

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