Html Css Color HEX #7F65E4 Medium Slate Blue

📋 copy color: '#7F65E4'

red 127 ◦ green 101 ◦ blue 228

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

Shades of Medium Slate Blue #7F65E4

Tints of Medium Slate Blue #7F65E4

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.15%

 BLUE value IS 228 (89.45% from 255) = 50%

R = 27.85%
G = 22.15%
B = 50%

CMYK

 C value IS 0.44

 M value IS 0.56

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#7F65E4 (or 0x7F65E4) is known color: Medium Slate Blue. HEX triplet: 7F, 65 and E4. RGB value is (127,101,228). Sum of RGB (Red+Green+Blue) = 127+101+228=456 (60% of max value = 765). Red value is 127 (50% from 255 or 27.85% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #7F65E4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F65E4 is #809A1B. Grayscale: #7A7A7A. Windows color (decimal): -8428060 or 14968191. OLE color: 14968191.

HSL color Cylindrical-coordinate representation of color #7F65E4: hue angle of 252.28º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F65E4 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 127 101 228 -
CMYK 0.44 0.56 0 0.11
HSL 252.28º 0.7% 0.65% -
HSV(B) 252.28º 0.56% 0.89% -
XYZ 27.41 19.42 75.7 -
YUV 123.25 187.11 130.67 -
System Red Green Blue C M Y K H S L
Decimal 127 101 228 0.44 0.56 0 0.11 252.28 0.7 0.65
Hex 7F 65 E4 2C 38 0 B FC 46 41
Octal 177 145 344 54 70 0 13 374 106 101
Binary 1111111 1100101 11100100 101100 111000 0 1011 11111100 1000110 1000001

Color Harmonies of #7F65E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65E4

Black with #7F65E4

Text Example


Text Example

White with #7F65E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,101,228); }

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

background-color css

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

 a { background-color: rgb(127,101,228); }

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

border-color css

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

 span { border-color: rgb(127,101,228); }

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