Html Css Color HEX #757FFF Light Slate Blue

📋 copy color: '#757FFF'

red 117 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #757FFF

Tints of Light Slate Blue #757FFF

RGB

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

 GREEN value IS 127 (50% from 255) = 25.45%

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

R = 23.45%
G = 25.45%
B = 51.1%

CMYK

 C value IS 0.54

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#757FFF (or 0x757FFF) is known color: Light Slate Blue. HEX triplet: 75, 7F and FF. RGB value is (117,127,255). Sum of RGB (Red+Green+Blue) = 117+127+255=499 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.45% from 499); Green value is 127 (50% from 255 or 25.45% from 499); Blue value is 255 (100% from 255 or 51.10% from 499); Max value from RGB is 255 - color contains mainly: blue. Hex color #757FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757FFF is #8A8000. Grayscale: #8A8A8A. Windows color (decimal): -9076737 or 16744309. OLE color: 16744309.

HSL color Cylindrical-coordinate representation of color #757FFF: hue angle of 235.65º 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 #757FFF is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 117 127 255 -
CMYK 0.54 0.50 0 0
HSL 235.65º 1% 0.73% -
HSV(B) 235.65º 0.54% 1% -
XYZ 32.98 26.18 97.92 -
YUV 138.6 193.69 112.59 -
System Red Green Blue C M Y K H S L
Decimal 117 127 255 0.54 0.50 0 0 235.65 1 0.73
Hex 75 7F FF 36 32 0 0 EC 64 49
Octal 165 177 377 66 62 0 0 354 144 111
Binary 1110101 1111111 11111111 110110 110010 0 0 11101100 1100100 1001001

Color Harmonies of #757FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757FFF

Black with #757FFF

Text Example


Text Example

White with #757FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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