Html Css Color HEX #7C73FB Light Slate Blue

📋 copy color: '#7C73FB'

red 124 ◦ green 115 ◦ blue 251

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

Shades of Light Slate Blue #7C73FB

Tints of Light Slate Blue #7C73FB

RGB

 RED value IS 124 (48.83% from 255) = 25.31%

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

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

R = 25.31%
G = 23.47%
B = 51.22%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7C73FB (or 0x7C73FB) is known color: Light Slate Blue. HEX triplet: 7C, 73 and FB. RGB value is (124,115,251). Sum of RGB (Red+Green+Blue) = 124+115+251=490 (64% of max value = 765). Red value is 124 (48.83% from 255 or 25.31% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #7C73FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7C73FB is #838C04. Grayscale: #848484. Windows color (decimal): -8621061 or 16479100. OLE color: 16479100.

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

Color convert

RGB 124 115 251 -
CMYK 0.51 0.54 0 0.02
HSL 243.97º 0.94% 0.72% -
HSV(B) 243.97º 0.54% 0.98% -
XYZ 31.86 23.51 94.13 -
YUV 133.2 194.48 121.44 -
System Red Green Blue C M Y K H S L
Decimal 124 115 251 0.51 0.54 0 0.02 243.97 0.94 0.72
Hex 7C 73 FB 33 36 0 2 F4 5E 48
Octal 174 163 373 63 66 0 2 364 136 110
Binary 1111100 1110011 11111011 110011 110110 0 10 11110100 1011110 1001000

Color Harmonies of #7C73FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C73FB

Black with #7C73FB

Text Example


Text Example

White with #7C73FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C73FB; }

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

 H1.HeaderClassName
 {
   color: #7C73FB;
 }
 .AnyTagClassName
 {
   color: #7C73FB;
 }
</style>

background-color css

<style>
 a { background-color: #7C73FB; }

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

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

border-color css

<style>
 span { border-color: #7C73FB; }

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

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