Html Css Color HEX #7177FE Light Slate Blue

📋 copy color: '#7177FE'

red 113 ◦ green 119 ◦ blue 254

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

Shades of Light Slate Blue #7177FE

Tints of Light Slate Blue #7177FE

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.49%

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

R = 23.25%
G = 24.49%
B = 52.26%

CMYK

 C value IS 0.56

 M value IS 0.53

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7177FE (or 0x7177FE) is known color: Light Slate Blue. HEX triplet: 71, 77 and FE. RGB value is (113,119,254). Sum of RGB (Red+Green+Blue) = 113+119+254=486 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.25% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #7177FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7177FE is #8E8801. Grayscale: #848484. Windows color (decimal): -9340930 or 16676721. OLE color: 16676721.

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

Color convert

RGB 113 119 254 -
CMYK 0.56 0.53 0 0.00
HSL 237.45º 0.99% 0.72% -
HSV(B) 237.45º 0.56% 1% -
XYZ 31.3 23.86 96.72 -
YUV 132.6 196.51 114.02 -
System Red Green Blue C M Y K H S L
Decimal 113 119 254 0.56 0.53 0 0.00 237.45 0.99 0.72
Hex 71 77 FE 38 35 0 0 ED 63 48
Octal 161 167 376 70 65 0 0 355 143 110
Binary 1110001 1110111 11111110 111000 110101 0 0 11101101 1100011 1001000

Color Harmonies of #7177FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7177FE

Black with #7177FE

Text Example


Text Example

White with #7177FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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