Html Css Color HEX #7471FB Light Slate Blue

📋 copy color: '#7471FB'

red 116 ◦ green 113 ◦ blue 251

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

Shades of Light Slate Blue #7471FB

Tints of Light Slate Blue #7471FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.29%

R = 24.17%
G = 23.54%
B = 52.29%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7471FB (or 0x7471FB) is known color: Light Slate Blue. HEX triplet: 74, 71 and FB. RGB value is (116,113,251). Sum of RGB (Red+Green+Blue) = 116+113+251=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 113 (44.53% from 255 or 23.54% from 480); Blue value is 251 (98.44% from 255 or 52.29% from 480); Max value from RGB is 251 - color contains mainly: blue. Hex color #7471FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7471FB is #8B8E04. Grayscale: #818181. Windows color (decimal): -9145861 or 16478580. OLE color: 16478580.

HSL color Cylindrical-coordinate representation of color #7471FB: hue angle of 241.3º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7471FB is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 116 113 251 -
CMYK 0.54 0.55 0 0.02
HSL 241.3º 0.95% 0.71% -
HSV(B) 241.3º 0.55% 0.98% -
XYZ 30.52 22.49 94 -
YUV 129.63 196.49 118.28 -
System Red Green Blue C M Y K H S L
Decimal 116 113 251 0.54 0.55 0 0.02 241.3 0.95 0.71
Hex 74 71 FB 36 37 0 2 F1 5F 47
Octal 164 161 373 66 67 0 2 361 137 107
Binary 1110100 1110001 11111011 110110 110111 0 10 11110001 1011111 1000111

Color Harmonies of #7471FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7471FB

Black with #7471FB

Text Example


Text Example

White with #7471FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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