Html Css Color HEX #7F69E7 Medium Slate Blue

📋 copy color: '#7F69E7'

red 127 ◦ green 105 ◦ blue 231

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

Shades of Medium Slate Blue #7F69E7

Tints of Medium Slate Blue #7F69E7

RGB

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

 GREEN value IS 105 (41.41% from 255) = 22.68%

 BLUE value IS 231 (90.63% from 255) = 49.89%

R = 27.43%
G = 22.68%
B = 49.89%

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

#7F69E7 (or 0x7F69E7) is known color: Medium Slate Blue. HEX triplet: 7F, 69 and E7. RGB value is (127,105,231). Sum of RGB (Red+Green+Blue) = 127+105+231=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 105 (41.41% from 255 or 22.68% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #7F69E7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F69E7 is #809618. Grayscale: #7D7D7D. Windows color (decimal): -8427033 or 15165823. OLE color: 15165823.

HSL color Cylindrical-coordinate representation of color #7F69E7: hue angle of 250.48º degrees, saturation: 0.72, 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 #7F69E7 is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 127 105 231 -
CMYK 0.45 0.55 0 0.09
HSL 250.48º 0.72% 0.66% -
HSV(B) 250.48º 0.55% 0.91% -
XYZ 28.23 20.38 78.05 -
YUV 125.94 187.29 128.75 -
System Red Green Blue C M Y K H S L
Decimal 127 105 231 0.45 0.55 0 0.09 250.48 0.72 0.66
Hex 7F 69 E7 2D 37 0 9 FA 48 42
Octal 177 151 347 55 67 0 11 372 110 102
Binary 1111111 1101001 11100111 101101 110111 0 1001 11111010 1001000 1000010

Color Harmonies of #7F69E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F69E7

Black with #7F69E7

Text Example


Text Example

White with #7F69E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,105,231); }

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

background-color css

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

 a { background-color: rgb(127,105,231); }

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

border-color css

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

 span { border-color: rgb(127,105,231); }

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