Html Css Color HEX #756FFE Light Slate Blue

📋 copy color: '#756FFE'

red 117 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #756FFE

Tints of Light Slate Blue #756FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

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

R = 24.27%
G = 23.03%
B = 52.7%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#756FFE (or 0x756FFE) is known color: Light Slate Blue. HEX triplet: 75, 6F and FE. RGB value is (117,111,254). Sum of RGB (Red+Green+Blue) = 117+111+254=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 254 (99.61% from 255 or 52.70% from 482); Max value from RGB is 254 - color contains mainly: blue. Hex color #756FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FFE is #8A9001. Grayscale: #808080. Windows color (decimal): -9080834 or 16674677. OLE color: 16674677.

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

Color convert

RGB 117 111 254 -
CMYK 0.54 0.56 0 0.00
HSL 242.52º 0.99% 0.72% -
HSV(B) 242.52º 0.56% 1% -
XYZ 30.91 22.31 96.44 -
YUV 129.1 198.49 119.37 -
System Red Green Blue C M Y K H S L
Decimal 117 111 254 0.54 0.56 0 0.00 242.52 0.99 0.72
Hex 75 6F FE 36 38 0 0 F3 63 48
Octal 165 157 376 66 70 0 0 363 143 110
Binary 1110101 1101111 11111110 110110 111000 0 0 11110011 1100011 1001000

Color Harmonies of #756FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FFE

Black with #756FFE

Text Example


Text Example

White with #756FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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