Html Css Color HEX #7F68E9 Medium Slate Blue

📋 copy color: '#7F68E9'

red 127 ◦ green 104 ◦ blue 233

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

Shades of Medium Slate Blue #7F68E9

Tints of Medium Slate Blue #7F68E9

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.41%

 BLUE value IS 233 (91.41% from 255) = 50.22%

R = 27.37%
G = 22.41%
B = 50.22%

CMYK

 C value IS 0.45

 M value IS 0.55

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#7F68E9 (or 0x7F68E9) is known color: Medium Slate Blue. HEX triplet: 7F, 68 and E9. RGB value is (127,104,233). Sum of RGB (Red+Green+Blue) = 127+104+233=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 233 (91.41% from 255 or 50.22% from 464); Max value from RGB is 233 - color contains mainly: blue. Hex color #7F68E9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F68E9 is #809716. Grayscale: #7D7D7D. Windows color (decimal): -8427287 or 15296639. OLE color: 15296639.

HSL color Cylindrical-coordinate representation of color #7F68E9: hue angle of 250.7º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F68E9 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 104 233 -
CMYK 0.45 0.55 0 0.09
HSL 250.7º 0.75% 0.66% -
HSV(B) 250.7º 0.55% 0.91% -
XYZ 28.41 20.3 79.51 -
YUV 125.58 188.62 129.01 -
System Red Green Blue C M Y K H S L
Decimal 127 104 233 0.45 0.55 0 0.09 250.7 0.75 0.66
Hex 7F 68 E9 2D 37 0 9 FB 4B 42
Octal 177 150 351 55 67 0 11 373 113 102
Binary 1111111 1101000 11101001 101101 110111 0 1001 11111011 1001011 1000010

Color Harmonies of #7F68E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F68E9

Black with #7F68E9

Text Example


Text Example

White with #7F68E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,104,233); }

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

background-color css

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

 a { background-color: rgb(127,104,233); }

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

border-color css

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

 span { border-color: rgb(127,104,233); }

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