Html Css Color HEX #757CFC Light Slate Blue

📋 copy color: '#757CFC'

red 117 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #757CFC

Tints of Light Slate Blue #757CFC

RGB

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

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

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

R = 23.73%
G = 25.15%
B = 51.12%

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

#757CFC (or 0x757CFC) is known color: Light Slate Blue. HEX triplet: 75, 7C and FC. RGB value is (117,124,252). Sum of RGB (Red+Green+Blue) = 117+124+252=493 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.73% from 493); Green value is 124 (48.83% from 255 or 25.15% from 493); Blue value is 252 (98.83% from 255 or 51.12% from 493); Max value from RGB is 252 - color contains mainly: blue. Hex color #757CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CFC is #8A8303. Grayscale: #878787. Windows color (decimal): -9077508 or 16546933. OLE color: 16546933.

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

Color convert

RGB 117 124 252 -
CMYK 0.54 0.51 0 0.01
HSL 236.89º 0.96% 0.72% -
HSV(B) 236.89º 0.54% 0.99% -
XYZ 32.11 25.23 95.27 -
YUV 136.5 193.18 114.09 -
System Red Green Blue C M Y K H S L
Decimal 117 124 252 0.54 0.51 0 0.01 236.89 0.96 0.72
Hex 75 7C FC 36 33 0 1 ED 60 48
Octal 165 174 374 66 63 0 1 355 140 110
Binary 1110101 1111100 11111100 110110 110011 0 1 11101101 1100000 1001000

Color Harmonies of #757CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CFC

Black with #757CFC

Text Example


Text Example

White with #757CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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