Html Css Color HEX #765FFC Medium Slate Blue

📋 copy color: '#765FFC'

red 118 ◦ green 95 ◦ blue 252

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

Shades of Medium Slate Blue #765FFC

Tints of Medium Slate Blue #765FFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.19%

R = 25.38%
G = 20.43%
B = 54.19%

CMYK

 C value IS 0.53

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#765FFC (or 0x765FFC) is known color: Medium Slate Blue. HEX triplet: 76, 5F and FC. RGB value is (118,95,252). Sum of RGB (Red+Green+Blue) = 118+95+252=465 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.38% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 252 (98.83% from 255 or 54.19% from 465); Max value from RGB is 252 - color contains mainly: blue. Hex color #765FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FFC is #89A003. Grayscale: #777777. Windows color (decimal): -9019396 or 16539510. OLE color: 16539510.

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

Color convert

RGB 118 95 252 -
CMYK 0.53 0.62 0 0.01
HSL 248.79º 0.96% 0.68% -
HSV(B) 248.79º 0.62% 0.99% -
XYZ 29.13 19.06 94.24 -
YUV 119.78 202.62 126.73 -
System Red Green Blue C M Y K H S L
Decimal 118 95 252 0.53 0.62 0 0.01 248.79 0.96 0.68
Hex 76 5F FC 35 3E 0 1 F9 60 44
Octal 166 137 374 65 76 0 1 371 140 104
Binary 1110110 1011111 11111100 110101 111110 0 1 11111001 1100000 1000100

Color Harmonies of #765FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FFC

Black with #765FFC

Text Example


Text Example

White with #765FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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