Html Css Color HEX #757BF8 Light Slate Blue

📋 copy color: '#757BF8'

red 117 ◦ green 123 ◦ blue 248

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

Shades of Light Slate Blue #757BF8

Tints of Light Slate Blue #757BF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.82%

R = 23.98%
G = 25.2%
B = 50.82%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#757BF8 (or 0x757BF8) is known color: Light Slate Blue. HEX triplet: 75, 7B and F8. RGB value is (117,123,248). Sum of RGB (Red+Green+Blue) = 117+123+248=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 123 (48.44% from 255 or 25.20% from 488); Blue value is 248 (97.27% from 255 or 50.82% from 488); Max value from RGB is 248 - color contains mainly: blue. Hex color #757BF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BF8 is #8A8407. Grayscale: #868686. Windows color (decimal): -9077768 or 16284533. OLE color: 16284533.

HSL color Cylindrical-coordinate representation of color #757BF8: hue angle of 237.25º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #757BF8 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 117 123 248 -
CMYK 0.53 0.50 0 0.03
HSL 237.25º 0.9% 0.72% -
HSV(B) 237.25º 0.53% 0.97% -
XYZ 31.36 24.73 91.93 -
YUV 135.46 191.51 114.84 -
System Red Green Blue C M Y K H S L
Decimal 117 123 248 0.53 0.50 0 0.03 237.25 0.9 0.72
Hex 75 7B F8 35 32 0 3 ED 5A 48
Octal 165 173 370 65 62 0 3 355 132 110
Binary 1110101 1111011 11111000 110101 110010 0 11 11101101 1011010 1001000

Color Harmonies of #757BF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BF8

Black with #757BF8

Text Example


Text Example

White with #757BF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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