Html Css Color HEX #756DFE Light Slate Blue

📋 copy color: '#756DFE'

red 117 ◦ green 109 ◦ blue 254

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

Shades of Light Slate Blue #756DFE

Tints of Light Slate Blue #756DFE

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.71%

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

R = 24.38%
G = 22.71%
B = 52.92%

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

#756DFE (or 0x756DFE) is known color: Light Slate Blue. HEX triplet: 75, 6D and FE. RGB value is (117,109,254). Sum of RGB (Red+Green+Blue) = 117+109+254=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 109 (42.97% from 255 or 22.71% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #756DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756DFE is #8A9201. Grayscale: #7F7F7F. Windows color (decimal): -9081346 or 16674165. OLE color: 16674165.

HSL color Cylindrical-coordinate representation of color #756DFE: hue angle of 243.31º 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 #756DFE is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 117 109 254 -
CMYK 0.54 0.57 0 0.00
HSL 243.31º 0.99% 0.71% -
HSV(B) 243.31º 0.57% 1% -
XYZ 30.69 21.87 96.37 -
YUV 127.92 199.15 120.21 -
System Red Green Blue C M Y K H S L
Decimal 117 109 254 0.54 0.57 0 0.00 243.31 0.99 0.71
Hex 75 6D FE 36 39 0 0 F3 63 47
Octal 165 155 376 66 71 0 0 363 143 107
Binary 1110101 1101101 11111110 110110 111001 0 0 11110011 1100011 1000111

Color Harmonies of #756DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756DFE

Black with #756DFE

Text Example


Text Example

White with #756DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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