Html Css Color HEX #7471FD Light Slate Blue

📋 copy color: '#7471FD'

red 116 ◦ green 113 ◦ blue 253

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

Shades of Light Slate Blue #7471FD

Tints of Light Slate Blue #7471FD

RGB

 RED value IS 116 (45.7% from 255) = 24.07%

 GREEN value IS 113 (44.53% from 255) = 23.44%

 BLUE value IS 253 (99.22% from 255) = 52.49%

R = 24.07%
G = 23.44%
B = 52.49%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7471FD (or 0x7471FD) is known color: Light Slate Blue. HEX triplet: 74, 71 and FD. RGB value is (116,113,253). Sum of RGB (Red+Green+Blue) = 116+113+253=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 253 (99.22% from 255 or 52.49% from 482); Max value from RGB is 253 - color contains mainly: blue. Hex color #7471FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471FD is #8B8E02. Grayscale: #818181. Windows color (decimal): -9145859 or 16609652. OLE color: 16609652.

HSL color Cylindrical-coordinate representation of color #7471FD: hue angle of 241.29º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7471FD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 116 113 253 -
CMYK 0.54 0.55 0 0.01
HSL 241.29º 0.97% 0.72% -
HSV(B) 241.29º 0.55% 0.99% -
XYZ 30.84 22.62 95.67 -
YUV 129.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 116 113 253 0.54 0.55 0 0.01 241.29 0.97 0.72
Hex 74 71 FD 36 37 0 1 F1 61 48
Octal 164 161 375 66 67 0 1 361 141 110
Binary 1110100 1110001 11111101 110110 110111 0 1 11110001 1100001 1001000

Color Harmonies of #7471FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7471FD

Black with #7471FD

Text Example


Text Example

White with #7471FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7471FD; }

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

 H1.HeaderClassName
 {
   color: #7471FD;
 }
 .AnyTagClassName
 {
   color: #7471FD;
 }
</style>

background-color css

<style>
 a { background-color: #7471FD; }

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

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

border-color css

<style>
 span { border-color: #7471FD; }

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

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