Html Css Color HEX #7F65EB Medium Slate Blue

📋 copy color: '#7F65EB'

red 127 ◦ green 101 ◦ blue 235

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

Shades of Medium Slate Blue #7F65EB

Tints of Medium Slate Blue #7F65EB

RGB

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

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

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

R = 27.43%
G = 21.81%
B = 50.76%

CMYK

 C value IS 0.46

 M value IS 0.57

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#7F65EB (or 0x7F65EB) is known color: Medium Slate Blue. HEX triplet: 7F, 65 and EB. RGB value is (127,101,235). Sum of RGB (Red+Green+Blue) = 127+101+235=463 (61% of max value = 765). Red value is 127 (50% from 255 or 27.43% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #7F65EB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F65EB is #809A14. Grayscale: #7B7B7B. Windows color (decimal): -8428053 or 15426943. OLE color: 15426943.

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

Color convert

RGB 127 101 235 -
CMYK 0.46 0.57 0 0.08
HSL 251.64º 0.77% 0.66% -
HSV(B) 251.64º 0.57% 0.92% -
XYZ 28.4 19.82 80.93 -
YUV 124.05 190.61 130.1 -
System Red Green Blue C M Y K H S L
Decimal 127 101 235 0.46 0.57 0 0.08 251.64 0.77 0.66
Hex 7F 65 EB 2E 39 0 8 FC 4D 42
Octal 177 145 353 56 71 0 10 374 115 102
Binary 1111111 1100101 11101011 101110 111001 0 1000 11111100 1001101 1000010

Color Harmonies of #7F65EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F65EB

Black with #7F65EB

Text Example


Text Example

White with #7F65EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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