Html Css Color HEX #755AFC Medium Slate Blue

📋 copy color: '#755AFC'

red 117 ◦ green 90 ◦ blue 252

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

Shades of Medium Slate Blue #755AFC

Tints of Medium Slate Blue #755AFC

RGB

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

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

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

R = 25.49%
G = 19.61%
B = 54.9%

CMYK

 C value IS 0.54

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#755AFC (or 0x755AFC) is known color: Medium Slate Blue. HEX triplet: 75, 5A and FC. RGB value is (117,90,252). Sum of RGB (Red+Green+Blue) = 117+90+252=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #755AFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755AFC is #8AA503. Grayscale: #737373. Windows color (decimal): -9086212 or 16538229. OLE color: 16538229.

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

Color convert

RGB 117 90 252 -
CMYK 0.54 0.64 0 0.01
HSL 250º 0.96% 0.67% -
HSV(B) 250º 0.64% 0.99% -
XYZ 28.56 18.12 94.09 -
YUV 116.54 204.45 128.33 -
System Red Green Blue C M Y K H S L
Decimal 117 90 252 0.54 0.64 0 0.01 250 0.96 0.67
Hex 75 5A FC 36 40 0 1 FA 60 43
Octal 165 132 374 66 100 0 1 372 140 103
Binary 1110101 1011010 11111100 110110 1000000 0 1 11111010 1100000 1000011

Color Harmonies of #755AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AFC

Black with #755AFC

Text Example


Text Example

White with #755AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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