Html Css Color HEX #757BFE Light Slate Blue

📋 copy color: '#757BFE'

red 117 ◦ green 123 ◦ blue 254

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

Shades of Light Slate Blue #757BFE

Tints of Light Slate Blue #757BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.42%

R = 23.68%
G = 24.9%
B = 51.42%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#757BFE (or 0x757BFE) is known color: Light Slate Blue. HEX triplet: 75, 7B and FE. RGB value is (117,123,254). Sum of RGB (Red+Green+Blue) = 117+123+254=494 (65% of max value = 765). Red value is 117 (46.09% from 255 or 23.68% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 254 (99.61% from 255 or 51.42% from 494); Max value from RGB is 254 - color contains mainly: blue. Hex color #757BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #757BFE is #8A8401. Grayscale: #878787. Windows color (decimal): -9077762 or 16677749. OLE color: 16677749.

HSL color Cylindrical-coordinate representation of color #757BFE: hue angle of 237.37º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #757BFE is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 123 254 -
CMYK 0.54 0.52 0 0.00
HSL 237.37º 0.99% 0.73% -
HSV(B) 237.37º 0.54% 1% -
XYZ 32.31 25.1 96.91 -
YUV 136.14 194.51 114.35 -
System Red Green Blue C M Y K H S L
Decimal 117 123 254 0.54 0.52 0 0.00 237.37 0.99 0.73
Hex 75 7B FE 36 34 0 0 ED 63 49
Octal 165 173 376 66 64 0 0 355 143 111
Binary 1110101 1111011 11111110 110110 110100 0 0 11101101 1100011 1001001

Color Harmonies of #757BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757BFE

Black with #757BFE

Text Example


Text Example

White with #757BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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