Html Css Color HEX #755AFA Medium Slate Blue

📋 copy color: '#755AFA'

red 117 ◦ green 90 ◦ blue 250

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

Shades of Medium Slate Blue #755AFA

Tints of Medium Slate Blue #755AFA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.69%

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

R = 25.6%
G = 19.69%
B = 54.7%

CMYK

 C value IS 0.53

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#755AFA (or 0x755AFA) is known color: Medium Slate Blue. HEX triplet: 75, 5A and FA. RGB value is (117,90,250). Sum of RGB (Red+Green+Blue) = 117+90+250=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 90 (35.55% from 255 or 19.69% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #755AFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AFA is #8AA505. Grayscale: #737373. Windows color (decimal): -9086214 or 16407157. OLE color: 16407157.

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

Color convert

RGB 117 90 250 -
CMYK 0.53 0.64 0 0.02
HSL 250.13º 0.94% 0.67% -
HSV(B) 250.13º 0.64% 0.98% -
XYZ 28.25 18 92.43 -
YUV 116.31 203.45 128.49 -
System Red Green Blue C M Y K H S L
Decimal 117 90 250 0.53 0.64 0 0.02 250.13 0.94 0.67
Hex 75 5A FA 35 40 0 2 FA 5E 43
Octal 165 132 372 65 100 0 2 372 136 103
Binary 1110101 1011010 11111010 110101 1000000 0 10 11111010 1011110 1000011

Color Harmonies of #755AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AFA

Black with #755AFA

Text Example


Text Example

White with #755AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755AFA; }

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

 H1.HeaderClassName
 {
   color: #755AFA;
 }
 .AnyTagClassName
 {
   color: #755AFA;
 }
</style>

background-color css

<style>
 a { background-color: #755AFA; }

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

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

border-color css

<style>
 span { border-color: #755AFA; }

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

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