Html Css Color HEX #7F69E8 Medium Slate Blue

📋 copy color: '#7F69E8'

red 127 ◦ green 105 ◦ blue 232

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

Shades of Medium Slate Blue #7F69E8

Tints of Medium Slate Blue #7F69E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50%

R = 27.37%
G = 22.63%
B = 50%

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

#7F69E8 (or 0x7F69E8) is known color: Medium Slate Blue. HEX triplet: 7F, 69 and E8. RGB value is (127,105,232). Sum of RGB (Red+Green+Blue) = 127+105+232=464 (61% of max value = 765). Red value is 127 (50% from 255 or 27.37% from 464); Green value is 105 (41.41% from 255 or 22.63% from 464); Blue value is 232 (91.02% from 255 or 50% from 464); Max value from RGB is 232 - color contains mainly: blue. Hex color #7F69E8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F69E8 is #809617. Grayscale: #7D7D7D. Windows color (decimal): -8427032 or 15231359. OLE color: 15231359.

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

Color convert

RGB 127 105 232 -
CMYK 0.45 0.55 0 0.09
HSL 250.39º 0.73% 0.66% -
HSV(B) 250.39º 0.55% 0.91% -
XYZ 28.37 20.44 78.79 -
YUV 126.06 187.79 128.67 -
System Red Green Blue C M Y K H S L
Decimal 127 105 232 0.45 0.55 0 0.09 250.39 0.73 0.66
Hex 7F 69 E8 2D 37 0 9 FA 49 42
Octal 177 151 350 55 67 0 11 372 111 102
Binary 1111111 1101001 11101000 101101 110111 0 1001 11111010 1001001 1000010

Color Harmonies of #7F69E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F69E8

Black with #7F69E8

Text Example


Text Example

White with #7F69E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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