Html Css Color HEX #7665EF Medium Slate Blue

📋 copy color: '#7665EF'

red 118 ◦ green 101 ◦ blue 239

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

Shades of Medium Slate Blue #7665EF

Tints of Medium Slate Blue #7665EF

RGB

 RED value IS 118 (46.48% from 255) = 25.76%

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

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

R = 25.76%
G = 22.05%
B = 52.18%

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

#7665EF (or 0x7665EF) is known color: Medium Slate Blue. HEX triplet: 76, 65 and EF. RGB value is (118,101,239). Sum of RGB (Red+Green+Blue) = 118+101+239=458 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.76% from 458); Green value is 101 (39.84% from 255 or 22.05% from 458); Blue value is 239 (93.75% from 255 or 52.18% from 458); Max value from RGB is 239 - color contains mainly: blue. Hex color #7665EF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7665EF is #899A10. Grayscale: #797979. Windows color (decimal): -9017873 or 15689078. OLE color: 15689078.

HSL color Cylindrical-coordinate representation of color #7665EF: hue angle of 247.39º 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 #7665EF is Cyan = 0.51, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 118 101 239 -
CMYK 0.51 0.58 0 0.06
HSL 247.39º 0.81% 0.67% -
HSV(B) 247.39º 0.58% 0.94% -
XYZ 27.7 19.39 83.94 -
YUV 121.82 194.13 125.28 -
System Red Green Blue C M Y K H S L
Decimal 118 101 239 0.51 0.58 0 0.06 247.39 0.81 0.67
Hex 76 65 EF 33 3A 0 6 F7 51 43
Octal 166 145 357 63 72 0 6 367 121 103
Binary 1110110 1100101 11101111 110011 111010 0 110 11110111 1010001 1000011

Color Harmonies of #7665EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7665EF

Black with #7665EF

Text Example


Text Example

White with #7665EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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