Html Css Color HEX #756EFE Light Slate Blue

📋 copy color: '#756EFE'

red 117 ◦ green 110 ◦ blue 254

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

Shades of Light Slate Blue #756EFE

Tints of Light Slate Blue #756EFE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.87%

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

R = 24.32%
G = 22.87%
B = 52.81%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#756EFE (or 0x756EFE) is known color: Light Slate Blue. HEX triplet: 75, 6E and FE. RGB value is (117,110,254). Sum of RGB (Red+Green+Blue) = 117+110+254=481 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.32% from 481); Green value is 110 (43.36% from 255 or 22.87% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #756EFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756EFE is #8A9101. Grayscale: #7F7F7F. Windows color (decimal): -9081090 or 16674421. OLE color: 16674421.

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

Color convert

RGB 117 110 254 -
CMYK 0.54 0.57 0 0.00
HSL 242.92º 0.99% 0.71% -
HSV(B) 242.92º 0.57% 1% -
XYZ 30.8 22.09 96.41 -
YUV 128.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 117 110 254 0.54 0.57 0 0.00 242.92 0.99 0.71
Hex 75 6E FE 36 39 0 0 F3 63 47
Octal 165 156 376 66 71 0 0 363 143 107
Binary 1110101 1101110 11111110 110110 111001 0 0 11110011 1100011 1000111

Color Harmonies of #756EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756EFE

Black with #756EFE

Text Example


Text Example

White with #756EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756EFE; }

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

 H1.HeaderClassName
 {
   color: #756EFE;
 }
 .AnyTagClassName
 {
   color: #756EFE;
 }
</style>

background-color css

<style>
 a { background-color: #756EFE; }

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

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

border-color css

<style>
 span { border-color: #756EFE; }

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

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