Html Css Color HEX #765CFB Medium Slate Blue

📋 copy color: '#765CFB'

red 118 ◦ green 92 ◦ blue 251

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

Shades of Medium Slate Blue #765CFB

Tints of Medium Slate Blue #765CFB

RGB

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

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

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

R = 25.6%
G = 19.96%
B = 54.45%

CMYK

 C value IS 0.53

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#765CFB (or 0x765CFB) is known color: Medium Slate Blue. HEX triplet: 76, 5C and FB. RGB value is (118,92,251). Sum of RGB (Red+Green+Blue) = 118+92+251=461 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.60% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #765CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765CFB is #89A304. Grayscale: #757575. Windows color (decimal): -9020165 or 16473206. OLE color: 16473206.

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

Color convert

RGB 118 92 251 -
CMYK 0.53 0.63 0 0.02
HSL 249.81º 0.95% 0.67% -
HSV(B) 249.81º 0.63% 0.98% -
XYZ 28.71 18.47 93.32 -
YUV 117.9 203.11 128.07 -
System Red Green Blue C M Y K H S L
Decimal 118 92 251 0.53 0.63 0 0.02 249.81 0.95 0.67
Hex 76 5C FB 35 3F 0 2 FA 5F 43
Octal 166 134 373 65 77 0 2 372 137 103
Binary 1110110 1011100 11111011 110101 111111 0 10 11111010 1011111 1000011

Color Harmonies of #765CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765CFB

Black with #765CFB

Text Example


Text Example

White with #765CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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