Html Css Color HEX #7172FE Light Slate Blue

📋 copy color: '#7172FE'

red 113 ◦ green 114 ◦ blue 254

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

Shades of Light Slate Blue #7172FE

Tints of Light Slate Blue #7172FE

RGB

 RED value IS 113 (44.53% from 255) = 23.49%

 GREEN value IS 114 (44.92% from 255) = 23.7%

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

R = 23.49%
G = 23.7%
B = 52.81%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7172FE (or 0x7172FE) is known color: Light Slate Blue. HEX triplet: 71, 72 and FE. RGB value is (113,114,254). Sum of RGB (Red+Green+Blue) = 113+114+254=481 (63% of max value = 765). Red value is 113 (44.53% from 255 or 23.49% from 481); Green value is 114 (44.92% from 255 or 23.70% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #7172FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7172FE is #8E8D01. Grayscale: #818181. Windows color (decimal): -9342210 or 16675441. OLE color: 16675441.

HSL color Cylindrical-coordinate representation of color #7172FE: hue angle of 239.57º 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 #7172FE is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 114 254 -
CMYK 0.56 0.55 0 0.00
HSL 239.57º 0.99% 0.72% -
HSV(B) 239.57º 0.56% 1% -
XYZ 30.72 22.7 96.53 -
YUV 129.66 198.17 116.12 -
System Red Green Blue C M Y K H S L
Decimal 113 114 254 0.56 0.55 0 0.00 239.57 0.99 0.72
Hex 71 72 FE 38 37 0 0 F0 63 48
Octal 161 162 376 70 67 0 0 360 143 110
Binary 1110001 1110010 11111110 111000 110111 0 0 11110000 1100011 1001000

Color Harmonies of #7172FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7172FE

Black with #7172FE

Text Example


Text Example

White with #7172FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7172FE; }

 p { color: rgb(113,114,254); }

 H1.HeaderClassName
 {
   color: #7172FE;
 }
 .AnyTagClassName
 {
   color: #7172FE;
 }
</style>

background-color css

<style>
 a { background-color: #7172FE; }

 a { background-color: rgb(113,114,254); }

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

border-color css

<style>
 span { border-color: #7172FE; }

 span { border-color: rgb(113,114,254); }

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