Html Css Color HEX #765FE3 Medium Slate Blue

📋 copy color: '#765FE3'

red 118 ◦ green 95 ◦ blue 227

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

Shades of Medium Slate Blue #765FE3

Tints of Medium Slate Blue #765FE3

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.59%

 BLUE value IS 227 (89.06% from 255) = 51.59%

R = 26.82%
G = 21.59%
B = 51.59%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#765FE3 (or 0x765FE3) is known color: Medium Slate Blue. HEX triplet: 76, 5F and E3. RGB value is (118,95,227). Sum of RGB (Red+Green+Blue) = 118+95+227=440 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.82% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 227 (89.06% from 255 or 51.59% from 440); Max value from RGB is 227 - color contains mainly: blue. Hex color #765FE3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #765FE3 is #89A01C. Grayscale: #747474. Windows color (decimal): -9019421 or 14901110. OLE color: 14901110.

HSL color Cylindrical-coordinate representation of color #765FE3: hue angle of 250.45º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #765FE3 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 118 95 227 -
CMYK 0.48 0.58 0 0.11
HSL 250.45º 0.7% 0.63% -
HSV(B) 250.45º 0.58% 0.89% -
XYZ 25.43 17.58 74.73 -
YUV 116.93 190.12 128.77 -
System Red Green Blue C M Y K H S L
Decimal 118 95 227 0.48 0.58 0 0.11 250.45 0.7 0.63
Hex 76 5F E3 30 3A 0 B FA 46 3F
Octal 166 137 343 60 72 0 13 372 106 77
Binary 1110110 1011111 11100011 110000 111010 0 1011 11111010 1000110 111111

Color Harmonies of #765FE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FE3

Black with #765FE3

Text Example


Text Example

White with #765FE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,227); }

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

background-color css

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

 a { background-color: rgb(118,95,227); }

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

border-color css

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

 span { border-color: rgb(118,95,227); }

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