Html Css Color HEX #756CFE Light Slate Blue

📋 copy color: '#756CFE'

red 117 ◦ green 108 ◦ blue 254

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

Shades of Light Slate Blue #756CFE

Tints of Light Slate Blue #756CFE

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.55%

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

R = 24.43%
G = 22.55%
B = 53.03%

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

#756CFE (or 0x756CFE) is known color: Light Slate Blue. HEX triplet: 75, 6C and FE. RGB value is (117,108,254). Sum of RGB (Red+Green+Blue) = 117+108+254=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 254 (99.61% from 255 or 53.03% from 479); Max value from RGB is 254 - color contains mainly: blue. Hex color #756CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756CFE is #8A9301. Grayscale: #7E7E7E. Windows color (decimal): -9081602 or 16673909. OLE color: 16673909.

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

Color convert

RGB 117 108 254 -
CMYK 0.54 0.57 0 0.00
HSL 243.7º 0.99% 0.71% -
HSV(B) 243.7º 0.57% 1% -
XYZ 30.59 21.66 96.34 -
YUV 127.34 199.48 120.63 -
System Red Green Blue C M Y K H S L
Decimal 117 108 254 0.54 0.57 0 0.00 243.7 0.99 0.71
Hex 75 6C FE 36 39 0 0 F4 63 47
Octal 165 154 376 66 71 0 0 364 143 107
Binary 1110101 1101100 11111110 110110 111001 0 0 11110100 1100011 1000111

Color Harmonies of #756CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756CFE

Black with #756CFE

Text Example


Text Example

White with #756CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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