Html Css Color HEX #7373FD Light Slate Blue

📋 copy color: '#7373FD'

red 115 ◦ green 115 ◦ blue 253

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

Shades of Light Slate Blue #7373FD

Tints of Light Slate Blue #7373FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 23.81%
G = 23.81%
B = 52.38%

CMYK

 C value IS 0.55

 M value IS 0.55

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7373FD (or 0x7373FD) is known color: Light Slate Blue. HEX triplet: 73, 73 and FD. RGB value is (115,115,253). Sum of RGB (Red+Green+Blue) = 115+115+253=483 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.81% from 483); Green value is 115 (45.31% from 255 or 23.81% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #7373FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7373FD is #8C8C02. Grayscale: #828282. Windows color (decimal): -9210883 or 16610163. OLE color: 16610163.

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

Color convert

RGB 115 115 253 -
CMYK 0.55 0.55 0 0.01
HSL 240º 0.97% 0.72% -
HSV(B) 240º 0.55% 0.99% -
XYZ 30.93 23 95.74 -
YUV 130.73 197 116.78 -
System Red Green Blue C M Y K H S L
Decimal 115 115 253 0.55 0.55 0 0.01 240 0.97 0.72
Hex 73 73 FD 37 37 0 1 F0 61 48
Octal 163 163 375 67 67 0 1 360 141 110
Binary 1110011 1110011 11111101 110111 110111 0 1 11110000 1100001 1001000

Color Harmonies of #7373FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7373FD

Black with #7373FD

Text Example


Text Example

White with #7373FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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