Html Css Color HEX #7F6CEB Medium Slate Blue

📋 copy color: '#7F6CEB'

red 127 ◦ green 108 ◦ blue 235

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

Shades of Medium Slate Blue #7F6CEB

Tints of Medium Slate Blue #7F6CEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50%

R = 27.02%
G = 22.98%
B = 50%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F6CEB (or 0x7F6CEB) is known color: Medium Slate Blue. HEX triplet: 7F, 6C and EB. RGB value is (127,108,235). Sum of RGB (Red+Green+Blue) = 127+108+235=470 (62% of max value = 765). Red value is 127 (50% from 255 or 27.02% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F6CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F6CEB is #809314. Grayscale: #7F7F7F. Windows color (decimal): -8426261 or 15428735. OLE color: 15428735.

HSL color Cylindrical-coordinate representation of color #7F6CEB: hue angle of 248.98º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F6CEB is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 127 108 235 -
CMYK 0.46 0.54 0 0.08
HSL 248.98º 0.76% 0.67% -
HSV(B) 248.98º 0.54% 0.92% -
XYZ 29.11 21.24 81.16 -
YUV 128.16 188.29 127.17 -
System Red Green Blue C M Y K H S L
Decimal 127 108 235 0.46 0.54 0 0.08 248.98 0.76 0.67
Hex 7F 6C EB 2E 36 0 8 F9 4C 43
Octal 177 154 353 56 66 0 10 371 114 103
Binary 1111111 1101100 11101011 101110 110110 0 1000 11111001 1001100 1000011

Color Harmonies of #7F6CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F6CEB

Black with #7F6CEB

Text Example


Text Example

White with #7F6CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,108,235); }

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

background-color css

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

 a { background-color: rgb(127,108,235); }

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

border-color css

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

 span { border-color: rgb(127,108,235); }

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