Html Css Color HEX #765CFE Medium Slate Blue

📋 copy color: '#765CFE'

red 118 ◦ green 92 ◦ blue 254

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

Shades of Medium Slate Blue #765CFE

Tints of Medium Slate Blue #765CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 54.74%

R = 25.43%
G = 19.83%
B = 54.74%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#765CFE (or 0x765CFE) is known color: Medium Slate Blue. HEX triplet: 76, 5C and FE. RGB value is (118,92,254). Sum of RGB (Red+Green+Blue) = 118+92+254=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 254 (99.61% from 255 or 54.74% from 464); Max value from RGB is 254 - color contains mainly: blue. Hex color #765CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CFE is #89A301. Grayscale: #757575. Windows color (decimal): -9020162 or 16669814. OLE color: 16669814.

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

Color convert

RGB 118 92 254 -
CMYK 0.54 0.64 0 0.00
HSL 249.63º 0.99% 0.68% -
HSV(B) 249.63º 0.64% 1% -
XYZ 29.19 18.66 95.83 -
YUV 118.24 204.61 127.83 -
System Red Green Blue C M Y K H S L
Decimal 118 92 254 0.54 0.64 0 0.00 249.63 0.99 0.68
Hex 76 5C FE 36 40 0 0 FA 63 44
Octal 166 134 376 66 100 0 0 372 143 104
Binary 1110110 1011100 11111110 110110 1000000 0 0 11111010 1100011 1000100

Color Harmonies of #765CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CFE

Black with #765CFE

Text Example


Text Example

White with #765CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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