Html Css Color HEX #765AFE Medium Slate Blue

📋 copy color: '#765AFE'

red 118 ◦ green 90 ◦ blue 254

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

Shades of Medium Slate Blue #765AFE

Tints of Medium Slate Blue #765AFE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.48%

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

R = 25.54%
G = 19.48%
B = 54.98%

CMYK

 C value IS 0.54

 M value IS 0.65

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#765AFE (or 0x765AFE) is known color: Medium Slate Blue. HEX triplet: 76, 5A and FE. RGB value is (118,90,254). Sum of RGB (Red+Green+Blue) = 118+90+254=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 254 (99.61% from 255 or 54.98% from 462); Max value from RGB is 254 - color contains mainly: blue. Hex color #765AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765AFE is #89A501. Grayscale: #747474. Windows color (decimal): -9020674 or 16669302. OLE color: 16669302.

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

Color convert

RGB 118 90 254 -
CMYK 0.54 0.65 0 0.00
HSL 250.24º 0.99% 0.67% -
HSV(B) 250.24º 0.65% 1% -
XYZ 29.02 18.32 95.77 -
YUV 117.07 205.28 128.66 -
System Red Green Blue C M Y K H S L
Decimal 118 90 254 0.54 0.65 0 0.00 250.24 0.99 0.67
Hex 76 5A FE 36 41 0 0 FA 63 43
Octal 166 132 376 66 101 0 0 372 143 103
Binary 1110110 1011010 11111110 110110 1000001 0 0 11111010 1100011 1000011

Color Harmonies of #765AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765AFE

Black with #765AFE

Text Example


Text Example

White with #765AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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