Html Css Color HEX #756FFF Light Slate Blue

📋 copy color: '#756FFF'

red 117 ◦ green 111 ◦ blue 255

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

Shades of Light Slate Blue #756FFF

Tints of Light Slate Blue #756FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.8%

R = 24.22%
G = 22.98%
B = 52.8%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#756FFF (or 0x756FFF) is known color: Light Slate Blue. HEX triplet: 75, 6F and FF. RGB value is (117,111,255). Sum of RGB (Red+Green+Blue) = 117+111+255=483 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.22% from 483); Green value is 111 (43.75% from 255 or 22.98% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #756FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #756FFF is #8A9000. Grayscale: #808080. Windows color (decimal): -9080833 or 16740213. OLE color: 16740213.

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

Color convert

RGB 117 111 255 -
CMYK 0.54 0.56 0 0
HSL 242.5º 1% 0.72% -
HSV(B) 242.5º 0.56% 1% -
XYZ 31.07 22.37 97.29 -
YUV 129.21 198.99 119.29 -
System Red Green Blue C M Y K H S L
Decimal 117 111 255 0.54 0.56 0 0 242.5 1 0.72
Hex 75 6F FF 36 38 0 0 F2 64 48
Octal 165 157 377 66 70 0 0 362 144 110
Binary 1110101 1101111 11111111 110110 111000 0 0 11110010 1100100 1001000

Color Harmonies of #756FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756FFF

Black with #756FFF

Text Example


Text Example

White with #756FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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