Html Css Color HEX #7F73F9 Light Slate Blue

📋 copy color: '#7F73F9'

red 127 ◦ green 115 ◦ blue 249

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

Shades of Light Slate Blue #7F73F9

Tints of Light Slate Blue #7F73F9

RGB

 RED value IS 127 (50% from 255) = 25.87%

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

 BLUE value IS 249 (97.66% from 255) = 50.71%

R = 25.87%
G = 23.42%
B = 50.71%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7F73F9 (or 0x7F73F9) is known color: Light Slate Blue. HEX triplet: 7F, 73 and F9. RGB value is (127,115,249). Sum of RGB (Red+Green+Blue) = 127+115+249=491 (65% of max value = 765). Red value is 127 (50% from 255 or 25.87% from 491); Green value is 115 (45.31% from 255 or 23.42% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #7F73F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F73F9 is #808C06. Grayscale: #858585. Windows color (decimal): -8424455 or 16348031. OLE color: 16348031.

HSL color Cylindrical-coordinate representation of color #7F73F9: hue angle of 245.37º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F73F9 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 127 115 249 -
CMYK 0.49 0.54 0 0.02
HSL 245.37º 0.92% 0.71% -
HSV(B) 245.37º 0.54% 0.98% -
XYZ 31.98 23.61 92.49 -
YUV 133.86 192.98 123.1 -
System Red Green Blue C M Y K H S L
Decimal 127 115 249 0.49 0.54 0 0.02 245.37 0.92 0.71
Hex 7F 73 F9 31 36 0 2 F5 5C 47
Octal 177 163 371 61 66 0 2 365 134 107
Binary 1111111 1110011 11111001 110001 110110 0 10 11110101 1011100 1000111

Color Harmonies of #7F73F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F73F9

Black with #7F73F9

Text Example


Text Example

White with #7F73F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,115,249); }

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

background-color css

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

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

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

border-color css

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

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

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