Html Css Color HEX #765FFA Medium Slate Blue

📋 copy color: '#765FFA'

red 118 ◦ green 95 ◦ blue 250

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

Shades of Medium Slate Blue #765FFA

Tints of Medium Slate Blue #765FFA

RGB

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

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

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

R = 25.49%
G = 20.52%
B = 54%

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

#765FFA (or 0x765FFA) is known color: Medium Slate Blue. HEX triplet: 76, 5F and FA. RGB value is (118,95,250). Sum of RGB (Red+Green+Blue) = 118+95+250=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 250 (98.05% from 255 or 54.00% from 463); Max value from RGB is 250 - color contains mainly: blue. Hex color #765FFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #765FFA is #89A005. Grayscale: #767676. Windows color (decimal): -9019398 or 16408438. OLE color: 16408438.

HSL color Cylindrical-coordinate representation of color #765FFA: hue angle of 248.9º degrees, saturation: 0.94, 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 #765FFA is Cyan = 0.53, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 118 95 250 -
CMYK 0.53 0.62 0 0.02
HSL 248.9º 0.94% 0.68% -
HSV(B) 248.9º 0.62% 0.98% -
XYZ 28.82 18.94 92.58 -
YUV 119.55 201.62 126.9 -
System Red Green Blue C M Y K H S L
Decimal 118 95 250 0.53 0.62 0 0.02 248.9 0.94 0.68
Hex 76 5F FA 35 3E 0 2 F9 5E 44
Octal 166 137 372 65 76 0 2 371 136 104
Binary 1110110 1011111 11111010 110101 111110 0 10 11111001 1011110 1000100

Color Harmonies of #765FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765FFA

Black with #765FFA

Text Example


Text Example

White with #765FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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