Html Css Color HEX #7373FC Light Slate Blue

📋 copy color: '#7373FC'

red 115 ◦ green 115 ◦ blue 252

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

Shades of Light Slate Blue #7373FC

Tints of Light Slate Blue #7373FC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 23.86%

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 23.86%
G = 23.86%
B = 52.28%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7373FC (or 0x7373FC) is known color: Light Slate Blue. HEX triplet: 73, 73 and FC. RGB value is (115,115,252). Sum of RGB (Red+Green+Blue) = 115+115+252=482 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.86% from 482); Green value is 115 (45.31% from 255 or 23.86% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #7373FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7373FC is #8C8C03. Grayscale: #828282. Windows color (decimal): -9210884 or 16544627. OLE color: 16544627.

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

Color convert

RGB 115 115 252 -
CMYK 0.54 0.54 0 0.01
HSL 240º 0.96% 0.72% -
HSV(B) 240º 0.54% 0.99% -
XYZ 30.77 22.93 94.9 -
YUV 130.62 196.5 116.86 -
System Red Green Blue C M Y K H S L
Decimal 115 115 252 0.54 0.54 0 0.01 240 0.96 0.72
Hex 73 73 FC 36 36 0 1 F0 60 48
Octal 163 163 374 66 66 0 1 360 140 110
Binary 1110011 1110011 11111100 110110 110110 0 1 11110000 1100000 1001000

Color Harmonies of #7373FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7373FC

Black with #7373FC

Text Example


Text Example

White with #7373FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7373FC; }

 p { color: rgb(115,115,252); }

 H1.HeaderClassName
 {
   color: #7373FC;
 }
 .AnyTagClassName
 {
   color: #7373FC;
 }
</style>

background-color css

<style>
 a { background-color: #7373FC; }

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

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

border-color css

<style>
 span { border-color: #7373FC; }

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

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