Html Css Color HEX #757BF5 Light Slate Blue

📋 copy color: '#757BF5'

red 117 ◦ green 123 ◦ blue 245

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

Shades of Light Slate Blue #757BF5

Tints of Light Slate Blue #757BF5

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.36%

 BLUE value IS 245 (96.09% from 255) = 50.52%

R = 24.12%
G = 25.36%
B = 50.52%

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

#757BF5 (or 0x757BF5) is known color: Light Slate Blue. HEX triplet: 75, 7B and F5. RGB value is (117,123,245). Sum of RGB (Red+Green+Blue) = 117+123+245=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 123 (48.44% from 255 or 25.36% from 485); Blue value is 245 (96.09% from 255 or 50.52% from 485); Max value from RGB is 245 - color contains mainly: blue. Hex color #757BF5 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BF5 is #8A840A. Grayscale: #868686. Windows color (decimal): -9077771 or 16087925. OLE color: 16087925.

HSL color Cylindrical-coordinate representation of color #757BF5: hue angle of 237.19º degrees, saturation: 0.86, 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 #757BF5 is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 117 123 245 -
CMYK 0.52 0.50 0 0.04
HSL 237.19º 0.86% 0.71% -
HSV(B) 237.19º 0.52% 0.96% -
XYZ 30.9 24.54 89.49 -
YUV 135.11 190.01 115.08 -
System Red Green Blue C M Y K H S L
Decimal 117 123 245 0.52 0.50 0 0.04 237.19 0.86 0.71
Hex 75 7B F5 34 32 0 4 ED 56 47
Octal 165 173 365 64 62 0 4 355 126 107
Binary 1110101 1111011 11110101 110100 110010 0 100 11101101 1010110 1000111

Color Harmonies of #757BF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BF5

Black with #757BF5

Text Example


Text Example

White with #757BF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,123,245); }

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

background-color css

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

 a { background-color: rgb(117,123,245); }

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

border-color css

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

 span { border-color: rgb(117,123,245); }

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