Html Css Color HEX #756BFE Light Slate Blue

📋 copy color: '#756BFE'

red 117 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #756BFE

Tints of Light Slate Blue #756BFE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.38%

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

R = 24.48%
G = 22.38%
B = 53.14%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#756BFE (or 0x756BFE) is known color: Light Slate Blue. HEX triplet: 75, 6B and FE. RGB value is (117,107,254). Sum of RGB (Red+Green+Blue) = 117+107+254=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 107 (42.19% from 255 or 22.38% from 478); Blue value is 254 (99.61% from 255 or 53.14% from 478); Max value from RGB is 254 - color contains mainly: blue. Hex color #756BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756BFE is #8A9401. Grayscale: #7E7E7E. Windows color (decimal): -9081858 or 16673653. OLE color: 16673653.

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

Color convert

RGB 117 107 254 -
CMYK 0.54 0.58 0 0.00
HSL 244.08º 0.99% 0.71% -
HSV(B) 244.08º 0.58% 1% -
XYZ 30.48 21.45 96.3 -
YUV 126.75 199.81 121.05 -
System Red Green Blue C M Y K H S L
Decimal 117 107 254 0.54 0.58 0 0.00 244.08 0.99 0.71
Hex 75 6B FE 36 3A 0 0 F4 63 47
Octal 165 153 376 66 72 0 0 364 143 107
Binary 1110101 1101011 11111110 110110 111010 0 0 11110100 1100011 1000111

Color Harmonies of #756BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756BFE

Black with #756BFE

Text Example


Text Example

White with #756BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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