Html Css Color HEX #7465EF Medium Slate Blue

📋 copy color: '#7465EF'

red 116 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #7465EF

Tints of Medium Slate Blue #7465EF

RGB

 RED value IS 116 (45.7% from 255) = 25.44%

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

 BLUE value IS 239 (93.75% from 255) = 52.41%

R = 25.44%
G = 22.15%
B = 52.41%

CMYK

 C value IS 0.51

 M value IS 0.58

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#7465EF (or 0x7465EF) is known color: Medium Slate Blue. HEX triplet: 74, 65 and EF. RGB value is (116,101,239). Sum of RGB (Red+Green+Blue) = 116+101+239=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 239 (93.75% from 255 or 52.41% from 456); Max value from RGB is 239 - color contains mainly: blue. Hex color #7465EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7465EF is #8B9A10. Grayscale: #787878. Windows color (decimal): -9148945 or 15689076. OLE color: 15689076.

HSL color Cylindrical-coordinate representation of color #7465EF: hue angle of 246.52º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7465EF is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 116 101 239 -
CMYK 0.51 0.58 0 0.06
HSL 246.52º 0.81% 0.67% -
HSV(B) 246.52º 0.58% 0.94% -
XYZ 27.44 19.25 83.93 -
YUV 121.22 194.47 124.28 -
System Red Green Blue C M Y K H S L
Decimal 116 101 239 0.51 0.58 0 0.06 246.52 0.81 0.67
Hex 74 65 EF 33 3A 0 6 F7 51 43
Octal 164 145 357 63 72 0 6 367 121 103
Binary 1110100 1100101 11101111 110011 111010 0 110 11110111 1010001 1000011

Color Harmonies of #7465EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7465EF

Black with #7465EF

Text Example


Text Example

White with #7465EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7465EF; }

 p { color: rgb(116,101,239); }

 H1.HeaderClassName
 {
   color: #7465EF;
 }
 .AnyTagClassName
 {
   color: #7465EF;
 }
</style>

background-color css

<style>
 a { background-color: #7465EF; }

 a { background-color: rgb(116,101,239); }

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

border-color css

<style>
 span { border-color: #7465EF; }

 span { border-color: rgb(116,101,239); }

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