Html Css Color HEX #757AFF Light Slate Blue

📋 copy color: '#757AFF'

red 117 ◦ green 122 ◦ blue 255

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

Shades of Light Slate Blue #757AFF

Tints of Light Slate Blue #757AFF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.7%

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

R = 23.68%
G = 24.7%
B = 51.62%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#757AFF (or 0x757AFF) is known color: Light Slate Blue. HEX triplet: 75, 7A and FF. RGB value is (117,122,255). Sum of RGB (Red+Green+Blue) = 117+122+255=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #757AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757AFF is #8A8500. Grayscale: #878787. Windows color (decimal): -9078017 or 16743029. OLE color: 16743029.

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

Color convert

RGB 117 122 255 -
CMYK 0.54 0.52 0 0
HSL 237.83º 1% 0.73% -
HSV(B) 237.83º 0.54% 1% -
XYZ 32.35 24.92 97.71 -
YUV 135.67 195.34 114.69 -
System Red Green Blue C M Y K H S L
Decimal 117 122 255 0.54 0.52 0 0 237.83 1 0.73
Hex 75 7A FF 36 34 0 0 EE 64 49
Octal 165 172 377 66 64 0 0 356 144 111
Binary 1110101 1111010 11111111 110110 110100 0 0 11101110 1100100 1001001

Color Harmonies of #757AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AFF

Black with #757AFF

Text Example


Text Example

White with #757AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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