Html Css Color HEX #7174FF Light Slate Blue

📋 copy color: '#7174FF'

red 113 ◦ green 116 ◦ blue 255

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

Shades of Light Slate Blue #7174FF

Tints of Light Slate Blue #7174FF

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

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

R = 23.35%
G = 23.97%
B = 52.69%

CMYK

 C value IS 0.56

 M value IS 0.55

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7174FF (or 0x7174FF) is known color: Light Slate Blue. HEX triplet: 71, 74 and FF. RGB value is (113,116,255). Sum of RGB (Red+Green+Blue) = 113+116+255=484 (64% of max value = 765). Red value is 113 (44.53% from 255 or 23.35% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #7174FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7174FF is #8E8B00. Grayscale: #828282. Windows color (decimal): -9341697 or 16741489. OLE color: 16741489.

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

Color convert

RGB 113 116 255 -
CMYK 0.56 0.55 0 0
HSL 238.73º 1% 0.72% -
HSV(B) 238.73º 0.56% 1% -
XYZ 31.11 23.22 97.45 -
YUV 130.95 198.01 115.2 -
System Red Green Blue C M Y K H S L
Decimal 113 116 255 0.56 0.55 0 0 238.73 1 0.72
Hex 71 74 FF 38 37 0 0 EF 64 48
Octal 161 164 377 70 67 0 0 357 144 110
Binary 1110001 1110100 11111111 111000 110111 0 0 11101111 1100100 1001000

Color Harmonies of #7174FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7174FF

Black with #7174FF

Text Example


Text Example

White with #7174FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7174FF; }

 p { color: rgb(113,116,255); }

 H1.HeaderClassName
 {
   color: #7174FF;
 }
 .AnyTagClassName
 {
   color: #7174FF;
 }
</style>

background-color css

<style>
 a { background-color: #7174FF; }

 a { background-color: rgb(113,116,255); }

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

border-color css

<style>
 span { border-color: #7174FF; }

 span { border-color: rgb(113,116,255); }

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