Html Css Color HEX #7479FF Light Slate Blue

📋 copy color: '#7479FF'

red 116 ◦ green 121 ◦ blue 255

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

Shades of Light Slate Blue #7479FF

Tints of Light Slate Blue #7479FF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.59%

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

R = 23.58%
G = 24.59%
B = 51.83%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#7479FF (or 0x7479FF) is known color: Light Slate Blue. HEX triplet: 74, 79 and FF. RGB value is (116,121,255). Sum of RGB (Red+Green+Blue) = 116+121+255=492 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.58% from 492); Green value is 121 (47.66% from 255 or 24.59% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #7479FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7479FF is #8B8600. Grayscale: #868686. Windows color (decimal): -9143809 or 16742772. OLE color: 16742772.

HSL color Cylindrical-coordinate representation of color #7479FF: hue angle of 237.84º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7479FF is Cyan = 0.55, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 116 121 255 -
CMYK 0.55 0.53 0 0
HSL 237.84º 1% 0.73% -
HSV(B) 237.84º 0.55% 1% -
XYZ 32.09 24.61 97.67 -
YUV 134.78 195.84 114.6 -
System Red Green Blue C M Y K H S L
Decimal 116 121 255 0.55 0.53 0 0 237.84 1 0.73
Hex 74 79 FF 37 35 0 0 EE 64 49
Octal 164 171 377 67 65 0 0 356 144 111
Binary 1110100 1111001 11111111 110111 110101 0 0 11101110 1100100 1001001

Color Harmonies of #7479FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7479FF

Black with #7479FF

Text Example


Text Example

White with #7479FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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