Html Css Color HEX #7380F6 Light Slate Blue

📋 copy color: '#7380F6'

red 115 ◦ green 128 ◦ blue 246

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

Shades of Light Slate Blue #7380F6

Tints of Light Slate Blue #7380F6

RGB

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

 GREEN value IS 128 (50.39% from 255) = 26.18%

 BLUE value IS 246 (96.48% from 255) = 50.31%

R = 23.52%
G = 26.18%
B = 50.31%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#7380F6 (or 0x7380F6) is known color: Light Slate Blue. HEX triplet: 73, 80 and F6. RGB value is (115,128,246). Sum of RGB (Red+Green+Blue) = 115+128+246=489 (64% of max value = 765). Red value is 115 (45.31% from 255 or 23.52% from 489); Green value is 128 (50.39% from 255 or 26.18% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #7380F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7380F6 is #8C7F09. Grayscale: #898989. Windows color (decimal): -9207562 or 16154739. OLE color: 16154739.

HSL color Cylindrical-coordinate representation of color #7380F6: hue angle of 234.05º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7380F6 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 115 128 246 -
CMYK 0.53 0.48 0 0.04
HSL 234.05º 0.88% 0.71% -
HSV(B) 234.05º 0.53% 0.96% -
XYZ 31.42 25.74 90.5 -
YUV 137.57 189.19 111.91 -
System Red Green Blue C M Y K H S L
Decimal 115 128 246 0.53 0.48 0 0.04 234.05 0.88 0.71
Hex 73 80 F6 35 30 0 4 EA 58 47
Octal 163 200 366 65 60 0 4 352 130 107
Binary 1110011 10000000 11110110 110101 110000 0 100 11101010 1011000 1000111

Color Harmonies of #7380F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7380F6

Black with #7380F6

Text Example


Text Example

White with #7380F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7380F6; }

 p { color: rgb(115,128,246); }

 H1.HeaderClassName
 {
   color: #7380F6;
 }
 .AnyTagClassName
 {
   color: #7380F6;
 }
</style>

background-color css

<style>
 a { background-color: #7380F6; }

 a { background-color: rgb(115,128,246); }

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

border-color css

<style>
 span { border-color: #7380F6; }

 span { border-color: rgb(115,128,246); }

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