Html Css Color HEX #757DFF Light Slate Blue

📋 copy color: '#757DFF'

red 117 ◦ green 125 ◦ blue 255

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

Shades of Light Slate Blue #757DFF

Tints of Light Slate Blue #757DFF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.15%

 BLUE value IS 255 (100% from 255) = 51.31%

R = 23.54%
G = 25.15%
B = 51.31%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#757DFF (or 0x757DFF) is known color: Light Slate Blue. HEX triplet: 75, 7D and FF. RGB value is (117,125,255). Sum of RGB (Red+Green+Blue) = 117+125+255=497 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.54% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #757DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757DFF is #8A8200. Grayscale: #888888. Windows color (decimal): -9077249 or 16743797. OLE color: 16743797.

HSL color Cylindrical-coordinate representation of color #757DFF: hue angle of 236.52º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #757DFF is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 125 255 -
CMYK 0.54 0.51 0 0
HSL 236.52º 1% 0.73% -
HSV(B) 236.52º 0.54% 1% -
XYZ 32.72 25.67 97.84 -
YUV 137.43 194.35 113.43 -
System Red Green Blue C M Y K H S L
Decimal 117 125 255 0.54 0.51 0 0 236.52 1 0.73
Hex 75 7D FF 36 33 0 0 ED 64 49
Octal 165 175 377 66 63 0 0 355 144 111
Binary 1110101 1111101 11111111 110110 110011 0 0 11101101 1100100 1001001

Color Harmonies of #757DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757DFF

Black with #757DFF

Text Example


Text Example

White with #757DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757DFF; }

 p { color: rgb(117,125,255); }

 H1.HeaderClassName
 {
   color: #757DFF;
 }
 .AnyTagClassName
 {
   color: #757DFF;
 }
</style>

background-color css

<style>
 a { background-color: #757DFF; }

 a { background-color: rgb(117,125,255); }

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

border-color css

<style>
 span { border-color: #757DFF; }

 span { border-color: rgb(117,125,255); }

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