Html Css Color HEX #765BFA Medium Slate Blue

📋 copy color: '#765BFA'

red 118 ◦ green 91 ◦ blue 250

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

Shades of Medium Slate Blue #765BFA

Tints of Medium Slate Blue #765BFA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.83%

 BLUE value IS 250 (98.05% from 255) = 54.47%

R = 25.71%
G = 19.83%
B = 54.47%

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

#765BFA (or 0x765BFA) is known color: Medium Slate Blue. HEX triplet: 76, 5B and FA. RGB value is (118,91,250). Sum of RGB (Red+Green+Blue) = 118+91+250=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 91 (35.94% from 255 or 19.83% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #765BFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765BFA is #89A405. Grayscale: #747474. Windows color (decimal): -9020422 or 16407414. OLE color: 16407414.

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

Color convert

RGB 118 91 250 -
CMYK 0.53 0.64 0 0.02
HSL 250.19º 0.94% 0.67% -
HSV(B) 250.19º 0.64% 0.98% -
XYZ 28.47 18.24 92.46 -
YUV 117.2 202.95 128.57 -
System Red Green Blue C M Y K H S L
Decimal 118 91 250 0.53 0.64 0 0.02 250.19 0.94 0.67
Hex 76 5B FA 35 40 0 2 FA 5E 43
Octal 166 133 372 65 100 0 2 372 136 103
Binary 1110110 1011011 11111010 110101 1000000 0 10 11111010 1011110 1000011

Color Harmonies of #765BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765BFA

Black with #765BFA

Text Example


Text Example

White with #765BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,91,250); }

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

background-color css

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

 a { background-color: rgb(118,91,250); }

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

border-color css

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

 span { border-color: rgb(118,91,250); }

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