Html Css Color HEX #7373FB Light Slate Blue

📋 copy color: '#7373FB'

red 115 ◦ green 115 ◦ blue 251

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

Shades of Light Slate Blue #7373FB

Tints of Light Slate Blue #7373FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 52.18%

R = 23.91%
G = 23.91%
B = 52.18%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7373FB (or 0x7373FB) is known color: Light Slate Blue. HEX triplet: 73, 73 and FB. RGB value is (115,115,251). Sum of RGB (Red+Green+Blue) = 115+115+251=481 (63% of max value = 765). Red value is 115 (45.31% from 255 or 23.91% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 251 (98.44% from 255 or 52.18% from 481); Max value from RGB is 251 - color contains mainly: blue. Hex color #7373FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7373FB is #8C8C04. Grayscale: #818181. Windows color (decimal): -9210885 or 16479091. OLE color: 16479091.

HSL color Cylindrical-coordinate representation of color #7373FB: hue angle of 240º degrees, saturation: 0.94, 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 #7373FB is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 115 115 251 -
CMYK 0.54 0.54 0 0.02
HSL 240º 0.94% 0.72% -
HSV(B) 240º 0.54% 0.98% -
XYZ 30.61 22.87 94.07 -
YUV 130.5 196 116.94 -
System Red Green Blue C M Y K H S L
Decimal 115 115 251 0.54 0.54 0 0.02 240 0.94 0.72
Hex 73 73 FB 36 36 0 2 F0 5E 48
Octal 163 163 373 66 66 0 2 360 136 110
Binary 1110011 1110011 11111011 110110 110110 0 10 11110000 1011110 1001000

Color Harmonies of #7373FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7373FB

Black with #7373FB

Text Example


Text Example

White with #7373FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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