Html Css Color HEX #765AF9 Medium Slate Blue

📋 copy color: '#765AF9'

red 118 ◦ green 90 ◦ blue 249

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

Shades of Medium Slate Blue #765AF9

Tints of Medium Slate Blue #765AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 54.49%

R = 25.82%
G = 19.69%
B = 54.49%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#765AF9 (or 0x765AF9) is known color: Medium Slate Blue. HEX triplet: 76, 5A and F9. RGB value is (118,90,249). Sum of RGB (Red+Green+Blue) = 118+90+249=457 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.82% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 249 (97.66% from 255 or 54.49% from 457); Max value from RGB is 249 - color contains mainly: blue. Hex color #765AF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765AF9 is #89A506. Grayscale: #737373. Windows color (decimal): -9020679 or 16341622. OLE color: 16341622.

HSL color Cylindrical-coordinate representation of color #765AF9: hue angle of 250.57º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #765AF9 is Cyan = 0.53, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 90 249 -
CMYK 0.53 0.64 0 0.02
HSL 250.57º 0.93% 0.66% -
HSV(B) 250.57º 0.64% 0.98% -
XYZ 28.23 18 91.61 -
YUV 116.5 202.78 129.07 -
System Red Green Blue C M Y K H S L
Decimal 118 90 249 0.53 0.64 0 0.02 250.57 0.93 0.66
Hex 76 5A F9 35 40 0 2 FB 5D 42
Octal 166 132 371 65 100 0 2 373 135 102
Binary 1110110 1011010 11111001 110101 1000000 0 10 11111011 1011101 1000010

Color Harmonies of #765AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765AF9

Black with #765AF9

Text Example


Text Example

White with #765AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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