Html Css Color HEX #756CFA Medium Slate Blue

📋 copy color: '#756CFA'

red 117 ◦ green 108 ◦ blue 250

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

Shades of Medium Slate Blue #756CFA

Tints of Medium Slate Blue #756CFA

RGB

 RED value IS 117 (46.09% from 255) = 24.63%

 GREEN value IS 108 (42.58% from 255) = 22.74%

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

R = 24.63%
G = 22.74%
B = 52.63%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#756CFA (or 0x756CFA) is known color: Medium Slate Blue. HEX triplet: 75, 6C and FA. RGB value is (117,108,250). Sum of RGB (Red+Green+Blue) = 117+108+250=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 108 (42.58% from 255 or 22.74% from 475); Blue value is 250 (98.05% from 255 or 52.63% from 475); Max value from RGB is 250 - color contains mainly: blue. Hex color #756CFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CFA is #8A9305. Grayscale: #7E7E7E. Windows color (decimal): -9081606 or 16411765. OLE color: 16411765.

HSL color Cylindrical-coordinate representation of color #756CFA: hue angle of 243.8º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #756CFA is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 108 250 -
CMYK 0.53 0.57 0 0.02
HSL 243.8º 0.93% 0.7% -
HSV(B) 243.8º 0.57% 0.98% -
XYZ 29.95 21.41 93 -
YUV 126.88 197.48 120.95 -
System Red Green Blue C M Y K H S L
Decimal 117 108 250 0.53 0.57 0 0.02 243.8 0.93 0.7
Hex 75 6C FA 35 39 0 2 F4 5D 46
Octal 165 154 372 65 71 0 2 364 135 106
Binary 1110101 1101100 11111010 110101 111001 0 10 11110100 1011101 1000110

Color Harmonies of #756CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CFA

Black with #756CFA

Text Example


Text Example

White with #756CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756CFA; }

 p { color: rgb(117,108,250); }

 H1.HeaderClassName
 {
   color: #756CFA;
 }
 .AnyTagClassName
 {
   color: #756CFA;
 }
</style>

background-color css

<style>
 a { background-color: #756CFA; }

 a { background-color: rgb(117,108,250); }

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

border-color css

<style>
 span { border-color: #756CFA; }

 span { border-color: rgb(117,108,250); }

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