Html Css Color HEX #765FFB Medium Slate Blue

📋 copy color: '#765FFB'

red 118 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #765FFB

Tints of Medium Slate Blue #765FFB

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.47%

 BLUE value IS 251 (98.44% from 255) = 54.09%

R = 25.43%
G = 20.47%
B = 54.09%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#765FFB (or 0x765FFB) is known color: Medium Slate Blue. HEX triplet: 76, 5F and FB. RGB value is (118,95,251). Sum of RGB (Red+Green+Blue) = 118+95+251=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 95 (37.5% from 255 or 20.47% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #765FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FFB is #89A004. Grayscale: #777777. Windows color (decimal): -9019397 or 16473974. OLE color: 16473974.

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

Color convert

RGB 118 95 251 -
CMYK 0.53 0.62 0 0.02
HSL 248.85º 0.95% 0.68% -
HSV(B) 248.85º 0.62% 0.98% -
XYZ 28.98 19 93.41 -
YUV 119.66 202.12 126.82 -
System Red Green Blue C M Y K H S L
Decimal 118 95 251 0.53 0.62 0 0.02 248.85 0.95 0.68
Hex 76 5F FB 35 3E 0 2 F9 5F 44
Octal 166 137 373 65 76 0 2 371 137 104
Binary 1110110 1011111 11111011 110101 111110 0 10 11111001 1011111 1000100

Color Harmonies of #765FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FFB

Black with #765FFB

Text Example


Text Example

White with #765FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,95,251); }

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

background-color css

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

 a { background-color: rgb(118,95,251); }

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

border-color css

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

 span { border-color: rgb(118,95,251); }

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