Html Css Color HEX #765FFF Medium Slate Blue

📋 copy color: '#765FFF'

red 118 ◦ green 95 ◦ blue 255

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

Shades of Medium Slate Blue #765FFF

Tints of Medium Slate Blue #765FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 54.49%

R = 25.21%
G = 20.3%
B = 54.49%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#765FFF (or 0x765FFF) is known color: Medium Slate Blue. HEX triplet: 76, 5F and FF. RGB value is (118,95,255). Sum of RGB (Red+Green+Blue) = 118+95+255=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 95 (37.5% from 255 or 20.30% from 468); Blue value is 255 (100% from 255 or 54.49% from 468); Max value from RGB is 255 - color contains mainly: blue. Hex color #765FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FFF is #89A000. Grayscale: #777777. Windows color (decimal): -9019393 or 16736118. OLE color: 16736118.

HSL color Cylindrical-coordinate representation of color #765FFF: hue angle of 248.63º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765FFF is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 118 95 255 -
CMYK 0.54 0.63 0 0
HSL 248.63º 1% 0.69% -
HSV(B) 248.63º 0.63% 1% -
XYZ 29.61 19.26 96.76 -
YUV 120.12 204.12 126.49 -
System Red Green Blue C M Y K H S L
Decimal 118 95 255 0.54 0.63 0 0 248.63 1 0.69
Hex 76 5F FF 36 3F 0 0 F9 64 45
Octal 166 137 377 66 77 0 0 371 144 105
Binary 1110110 1011111 11111111 110110 111111 0 0 11111001 1100100 1000101

Color Harmonies of #765FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FFF

Black with #765FFF

Text Example


Text Example

White with #765FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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