Html Css Color HEX #755FFB Medium Slate Blue

📋 copy color: '#755FFB'

red 117 ◦ green 95 ◦ blue 251

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

Shades of Medium Slate Blue #755FFB

Tints of Medium Slate Blue #755FFB

RGB

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

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

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

R = 25.27%
G = 20.52%
B = 54.21%

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

#755FFB (or 0x755FFB) is known color: Medium Slate Blue. HEX triplet: 75, 5F and FB. RGB value is (117,95,251). Sum of RGB (Red+Green+Blue) = 117+95+251=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 95 (37.5% from 255 or 20.52% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #755FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #755FFB is #8AA004. Grayscale: #767676. Windows color (decimal): -9084933 or 16473973. OLE color: 16473973.

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

Color convert

RGB 117 95 251 -
CMYK 0.53 0.62 0 0.02
HSL 248.46º 0.95% 0.68% -
HSV(B) 248.46º 0.62% 0.98% -
XYZ 28.84 18.93 93.4 -
YUV 119.36 202.29 126.32 -
System Red Green Blue C M Y K H S L
Decimal 117 95 251 0.53 0.62 0 0.02 248.46 0.95 0.68
Hex 75 5F FB 35 3E 0 2 F8 5F 44
Octal 165 137 373 65 76 0 2 370 137 104
Binary 1110101 1011111 11111011 110101 111110 0 10 11111000 1011111 1000100

Color Harmonies of #755FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755FFB

Black with #755FFB

Text Example


Text Example

White with #755FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,251); }

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

background-color css

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

 a { background-color: rgb(117,95,251); }

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

border-color css

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

 span { border-color: rgb(117,95,251); }

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