Html Css Color HEX #757CFD Light Slate Blue

📋 copy color: '#757CFD'

red 117 ◦ green 124 ◦ blue 253

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

Shades of Light Slate Blue #757CFD

Tints of Light Slate Blue #757CFD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.1%

 BLUE value IS 253 (99.22% from 255) = 51.21%

R = 23.68%
G = 25.1%
B = 51.21%

CMYK

 C value IS 0.54

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#757CFD (or 0x757CFD) is known color: Light Slate Blue. HEX triplet: 75, 7C and FD. RGB value is (117,124,253). Sum of RGB (Red+Green+Blue) = 117+124+253=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 253 (99.22% from 255 or 51.21% from 494); Max value from RGB is 253 - color contains mainly: blue. Hex color #757CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CFD is #8A8302. Grayscale: #888888. Windows color (decimal): -9077507 or 16612469. OLE color: 16612469.

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

Color convert

RGB 117 124 253 -
CMYK 0.54 0.51 0 0.01
HSL 236.91º 0.97% 0.73% -
HSV(B) 236.91º 0.54% 0.99% -
XYZ 32.27 25.29 96.11 -
YUV 136.61 193.68 114.01 -
System Red Green Blue C M Y K H S L
Decimal 117 124 253 0.54 0.51 0 0.01 236.91 0.97 0.73
Hex 75 7C FD 36 33 0 1 ED 61 49
Octal 165 174 375 66 63 0 1 355 141 111
Binary 1110101 1111100 11111101 110110 110011 0 1 11101101 1100001 1001001

Color Harmonies of #757CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CFD

Black with #757CFD

Text Example


Text Example

White with #757CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,124,253); }

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

background-color css

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

 a { background-color: rgb(117,124,253); }

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

border-color css

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

 span { border-color: rgb(117,124,253); }

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