Html Css Color HEX #7379FA Light Slate Blue

📋 copy color: '#7379FA'

red 115 ◦ green 121 ◦ blue 250

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

Shades of Light Slate Blue #7379FA

Tints of Light Slate Blue #7379FA

RGB

 RED value IS 115 (45.31% from 255) = 23.66%

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

 BLUE value IS 250 (98.05% from 255) = 51.44%

R = 23.66%
G = 24.9%
B = 51.44%

CMYK

 C value IS 0.54

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7379FA (or 0x7379FA) is known color: Light Slate Blue. HEX triplet: 73, 79 and FA. RGB value is (115,121,250). Sum of RGB (Red+Green+Blue) = 115+121+250=486 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.66% from 486); Green value is 121 (47.66% from 255 or 24.90% from 486); Blue value is 250 (98.05% from 255 or 51.44% from 486); Max value from RGB is 250 - color contains mainly: blue. Hex color #7379FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7379FA is #8C8605. Grayscale: #858585. Windows color (decimal): -9209350 or 16415091. OLE color: 16415091.

HSL color Cylindrical-coordinate representation of color #7379FA: hue angle of 237.33º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7379FA is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 121 250 -
CMYK 0.54 0.52 0 0.02
HSL 237.33º 0.93% 0.72% -
HSV(B) 237.33º 0.54% 0.98% -
XYZ 31.16 24.22 93.48 -
YUV 133.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 115 121 250 0.54 0.52 0 0.02 237.33 0.93 0.72
Hex 73 79 FA 36 34 0 2 ED 5D 48
Octal 163 171 372 66 64 0 2 355 135 110
Binary 1110011 1111001 11111010 110110 110100 0 10 11101101 1011101 1001000

Color Harmonies of #7379FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7379FA

Black with #7379FA

Text Example


Text Example

White with #7379FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7379FA; }

 p { color: rgb(115,121,250); }

 H1.HeaderClassName
 {
   color: #7379FA;
 }
 .AnyTagClassName
 {
   color: #7379FA;
 }
</style>

background-color css

<style>
 a { background-color: #7379FA; }

 a { background-color: rgb(115,121,250); }

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

border-color css

<style>
 span { border-color: #7379FA; }

 span { border-color: rgb(115,121,250); }

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