Html Css Color HEX #816BF2 Medium Slate Blue

📋 copy color: '#816BF2'

red 129 ◦ green 107 ◦ blue 242

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

Shades of Medium Slate Blue #816BF2

Tints of Medium Slate Blue #816BF2

RGB

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

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

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

R = 26.99%
G = 22.38%
B = 50.63%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#816BF2 (or 0x816BF2) is known color: Medium Slate Blue. HEX triplet: 81, 6B and F2. RGB value is (129,107,242). Sum of RGB (Red+Green+Blue) = 129+107+242=478 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.99% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 242 (94.92% from 255 or 50.63% from 478); Max value from RGB is 242 - color contains mainly: blue. Hex color #816BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #816BF2 is #7E940D. Grayscale: #808080. Windows color (decimal): -8295438 or 15887233. OLE color: 15887233.

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

Color convert

RGB 129 107 242 -
CMYK 0.47 0.56 0 0.05
HSL 249.78º 0.84% 0.68% -
HSV(B) 249.78º 0.56% 0.95% -
XYZ 30.34 21.59 86.57 -
YUV 128.97 191.79 128.02 -
System Red Green Blue C M Y K H S L
Decimal 129 107 242 0.47 0.56 0 0.05 249.78 0.84 0.68
Hex 81 6B F2 2F 38 0 5 FA 54 44
Octal 201 153 362 57 70 0 5 372 124 104
Binary 10000001 1101011 11110010 101111 111000 0 101 11111010 1010100 1000100

Color Harmonies of #816BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816BF2

Black with #816BF2

Text Example


Text Example

White with #816BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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