Html Css Color HEX #816CF2 Medium Slate Blue

📋 copy color: '#816CF2'

red 129 ◦ green 108 ◦ blue 242

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

Shades of Medium Slate Blue #816CF2

Tints of Medium Slate Blue #816CF2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.55%

 BLUE value IS 242 (94.92% from 255) = 50.52%

R = 26.93%
G = 22.55%
B = 50.52%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#816CF2 (or 0x816CF2) is known color: Medium Slate Blue. HEX triplet: 81, 6C and F2. RGB value is (129,108,242). Sum of RGB (Red+Green+Blue) = 129+108+242=479 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.93% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 242 (94.92% from 255 or 50.52% from 479); Max value from RGB is 242 - color contains mainly: blue. Hex color #816CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816CF2 is #7E930D. Grayscale: #818181. Windows color (decimal): -8295182 or 15887489. OLE color: 15887489.

HSL color Cylindrical-coordinate representation of color #816CF2: hue angle of 249.4º degrees, saturation: 0.84, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #816CF2 is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 129 108 242 -
CMYK 0.47 0.55 0 0.05
HSL 249.4º 0.84% 0.69% -
HSV(B) 249.4º 0.55% 0.95% -
XYZ 30.44 21.8 86.61 -
YUV 129.56 191.46 127.6 -
System Red Green Blue C M Y K H S L
Decimal 129 108 242 0.47 0.55 0 0.05 249.4 0.84 0.69
Hex 81 6C F2 2F 37 0 5 F9 54 45
Octal 201 154 362 57 67 0 5 371 124 105
Binary 10000001 1101100 11110010 101111 110111 0 101 11111001 1010100 1000101

Color Harmonies of #816CF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816CF2

Black with #816CF2

Text Example


Text Example

White with #816CF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,108,242); }

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

background-color css

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

 a { background-color: rgb(129,108,242); }

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

border-color css

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

 span { border-color: rgb(129,108,242); }

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