Html Css Color HEX #765CFF Medium Slate Blue

📋 copy color: '#765CFF'

red 118 ◦ green 92 ◦ blue 255

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

Shades of Medium Slate Blue #765CFF

Tints of Medium Slate Blue #765CFF

RGB

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

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

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

R = 25.38%
G = 19.78%
B = 54.84%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#765CFF (or 0x765CFF) is known color: Medium Slate Blue. HEX triplet: 76, 5C and FF. RGB value is (118,92,255). Sum of RGB (Red+Green+Blue) = 118+92+255=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 92 (36.33% from 255 or 19.78% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #765CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CFF is #89A300. Grayscale: #757575. Windows color (decimal): -9020161 or 16735350. OLE color: 16735350.

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

Color convert

RGB 118 92 255 -
CMYK 0.54 0.64 0 0
HSL 249.57º 1% 0.68% -
HSV(B) 249.57º 0.64% 1% -
XYZ 29.35 18.73 96.68 -
YUV 118.36 205.11 127.75 -
System Red Green Blue C M Y K H S L
Decimal 118 92 255 0.54 0.64 0 0 249.57 1 0.68
Hex 76 5C FF 36 40 0 0 FA 64 44
Octal 166 134 377 66 100 0 0 372 144 104
Binary 1110110 1011100 11111111 110110 1000000 0 0 11111010 1100100 1000100

Color Harmonies of #765CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CFF

Black with #765CFF

Text Example


Text Example

White with #765CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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