Html Css Color HEX #757CFB Light Slate Blue

📋 copy color: '#757CFB'

red 117 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #757CFB

Tints of Light Slate Blue #757CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.2%

 BLUE value IS 251 (98.44% from 255) = 51.02%

R = 23.78%
G = 25.2%
B = 51.02%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#757CFB (or 0x757CFB) is known color: Light Slate Blue. HEX triplet: 75, 7C and FB. RGB value is (117,124,251). Sum of RGB (Red+Green+Blue) = 117+124+251=492 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.78% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #757CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757CFB is #8A8304. Grayscale: #878787. Windows color (decimal): -9077509 or 16481397. OLE color: 16481397.

HSL color Cylindrical-coordinate representation of color #757CFB: hue angle of 236.87º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #757CFB is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 117 124 251 -
CMYK 0.53 0.51 0 0.02
HSL 236.87º 0.94% 0.72% -
HSV(B) 236.87º 0.53% 0.98% -
XYZ 31.96 25.16 94.44 -
YUV 136.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 117 124 251 0.53 0.51 0 0.02 236.87 0.94 0.72
Hex 75 7C FB 35 33 0 2 ED 5E 48
Octal 165 174 373 65 63 0 2 355 136 110
Binary 1110101 1111100 11111011 110101 110011 0 10 11101101 1011110 1001000

Color Harmonies of #757CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757CFB

Black with #757CFB

Text Example


Text Example

White with #757CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,124,251); }

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

background-color css

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

 a { background-color: rgb(117,124,251); }

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

border-color css

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

 span { border-color: rgb(117,124,251); }

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