Html Css Color HEX #765CFC Medium Slate Blue

📋 copy color: '#765CFC'

red 118 ◦ green 92 ◦ blue 252

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

Shades of Medium Slate Blue #765CFC

Tints of Medium Slate Blue #765CFC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.91%

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

R = 25.54%
G = 19.91%
B = 54.55%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#765CFC (or 0x765CFC) is known color: Medium Slate Blue. HEX triplet: 76, 5C and FC. RGB value is (118,92,252). Sum of RGB (Red+Green+Blue) = 118+92+252=462 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.54% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #765CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CFC is #89A303. Grayscale: #757575. Windows color (decimal): -9020164 or 16538742. OLE color: 16538742.

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

Color convert

RGB 118 92 252 -
CMYK 0.53 0.63 0 0.01
HSL 249.75º 0.96% 0.67% -
HSV(B) 249.75º 0.63% 0.99% -
XYZ 28.87 18.53 94.15 -
YUV 118.01 203.61 127.99 -
System Red Green Blue C M Y K H S L
Decimal 118 92 252 0.53 0.63 0 0.01 249.75 0.96 0.67
Hex 76 5C FC 35 3F 0 1 FA 60 43
Octal 166 134 374 65 77 0 1 372 140 103
Binary 1110110 1011100 11111100 110101 111111 0 1 11111010 1100000 1000011

Color Harmonies of #765CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CFC

Black with #765CFC

Text Example


Text Example

White with #765CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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