Html Css Color HEX #765CEE Medium Slate Blue

📋 copy color: '#765CEE'

red 118 ◦ green 92 ◦ blue 238

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

Shades of Medium Slate Blue #765CEE

Tints of Medium Slate Blue #765CEE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.54%

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 26.34%
G = 20.54%
B = 53.13%

CMYK

 C value IS 0.50

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#765CEE (or 0x765CEE) is known color: Medium Slate Blue. HEX triplet: 76, 5C and EE. RGB value is (118,92,238). Sum of RGB (Red+Green+Blue) = 118+92+238=448 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.34% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #765CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CEE is #89A311. Grayscale: #737373. Windows color (decimal): -9020178 or 15621238. OLE color: 15621238.

HSL color Cylindrical-coordinate representation of color #765CEE: hue angle of 250.68º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #765CEE is Cyan = 0.50, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 118 92 238 -
CMYK 0.50 0.61 0 0.07
HSL 250.68º 0.81% 0.65% -
HSV(B) 250.68º 0.61% 0.93% -
XYZ 26.73 17.68 82.89 -
YUV 116.42 196.61 129.13 -
System Red Green Blue C M Y K H S L
Decimal 118 92 238 0.50 0.61 0 0.07 250.68 0.81 0.65
Hex 76 5C EE 32 3D 0 7 FB 51 41
Octal 166 134 356 62 75 0 7 373 121 101
Binary 1110110 1011100 11101110 110010 111101 0 111 11111011 1010001 1000001

Color Harmonies of #765CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CEE

Black with #765CEE

Text Example


Text Example

White with #765CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765CEE; }

 p { color: rgb(118,92,238); }

 H1.HeaderClassName
 {
   color: #765CEE;
 }
 .AnyTagClassName
 {
   color: #765CEE;
 }
</style>

background-color css

<style>
 a { background-color: #765CEE; }

 a { background-color: rgb(118,92,238); }

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

border-color css

<style>
 span { border-color: #765CEE; }

 span { border-color: rgb(118,92,238); }

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