Html Css Color HEX #757AF6 Light Slate Blue

📋 copy color: '#757AF6'

red 117 ◦ green 122 ◦ blue 246

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

Shades of Light Slate Blue #757AF6

Tints of Light Slate Blue #757AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50.72%

R = 24.12%
G = 25.15%
B = 50.72%

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#757AF6 (or 0x757AF6) is known color: Light Slate Blue. HEX triplet: 75, 7A and F6. RGB value is (117,122,246). Sum of RGB (Red+Green+Blue) = 117+122+246=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 246 (96.48% from 255 or 50.72% from 485); Max value from RGB is 246 - color contains mainly: blue. Hex color #757AF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757AF6 is #8A8509. Grayscale: #868686. Windows color (decimal): -9078026 or 16153205. OLE color: 16153205.

HSL color Cylindrical-coordinate representation of color #757AF6: hue angle of 237.67º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #757AF6 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 122 246 -
CMYK 0.52 0.50 0 0.04
HSL 237.67º 0.88% 0.71% -
HSV(B) 237.67º 0.52% 0.96% -
XYZ 30.93 24.35 90.26 -
YUV 134.64 190.84 115.42 -
System Red Green Blue C M Y K H S L
Decimal 117 122 246 0.52 0.50 0 0.04 237.67 0.88 0.71
Hex 75 7A F6 34 32 0 4 EE 58 47
Octal 165 172 366 64 62 0 4 356 130 107
Binary 1110101 1111010 11110110 110100 110010 0 100 11101110 1011000 1000111

Color Harmonies of #757AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757AF6

Black with #757AF6

Text Example


Text Example

White with #757AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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