Html Css Color HEX #7F6BDA Medium Slate Blue

📋 copy color: '#7F6BDA'

red 127 ◦ green 107 ◦ blue 218

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

Shades of Medium Slate Blue #7F6BDA

Tints of Medium Slate Blue #7F6BDA

RGB

 RED value IS 127 (50% from 255) = 28.1%

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

 BLUE value IS 218 (85.55% from 255) = 48.23%

R = 28.1%
G = 23.67%
B = 48.23%

CMYK

 C value IS 0.42

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7F6BDA (or 0x7F6BDA) is known color: Medium Slate Blue. HEX triplet: 7F, 6B and DA. RGB value is (127,107,218). Sum of RGB (Red+Green+Blue) = 127+107+218=452 (59% of max value = 765). Red value is 127 (50% from 255 or 28.10% from 452); Green value is 107 (42.19% from 255 or 23.67% from 452); Blue value is 218 (85.55% from 255 or 48.23% from 452); Max value from RGB is 218 - color contains mainly: blue. Hex color #7F6BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F6BDA is #809425. Grayscale: #7D7D7D. Windows color (decimal): -8426534 or 14314367. OLE color: 14314367.

HSL color Cylindrical-coordinate representation of color #7F6BDA: hue angle of 250.81º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F6BDA is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 127 107 218 -
CMYK 0.42 0.51 0 0.15
HSL 250.81º 0.6% 0.64% -
HSV(B) 250.81º 0.51% 0.85% -
XYZ 26.66 20.09 68.8 -
YUV 125.63 180.13 128.97 -
System Red Green Blue C M Y K H S L
Decimal 127 107 218 0.42 0.51 0 0.15 250.81 0.6 0.64
Hex 7F 6B DA 2A 33 0 F FB 3C 40
Octal 177 153 332 52 63 0 17 373 74 100
Binary 1111111 1101011 11011010 101010 110011 0 1111 11111011 111100 1000000

Color Harmonies of #7F6BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6BDA

Black with #7F6BDA

Text Example


Text Example

White with #7F6BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F6BDA; }

 p { color: rgb(127,107,218); }

 H1.HeaderClassName
 {
   color: #7F6BDA;
 }
 .AnyTagClassName
 {
   color: #7F6BDA;
 }
</style>

background-color css

<style>
 a { background-color: #7F6BDA; }

 a { background-color: rgb(127,107,218); }

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

border-color css

<style>
 span { border-color: #7F6BDA; }

 span { border-color: rgb(127,107,218); }

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