Html Css Color HEX #7F73F8 Light Slate Blue

📋 copy color: '#7F73F8'

red 127 ◦ green 115 ◦ blue 248

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

Shades of Light Slate Blue #7F73F8

Tints of Light Slate Blue #7F73F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 50.61%

R = 25.92%
G = 23.47%
B = 50.61%

CMYK

 C value IS 0.49

 M value IS 0.54

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7F73F8 (or 0x7F73F8) is known color: Light Slate Blue. HEX triplet: 7F, 73 and F8. RGB value is (127,115,248). Sum of RGB (Red+Green+Blue) = 127+115+248=490 (64% of max value = 765). Red value is 127 (50% from 255 or 25.92% from 490); Green value is 115 (45.31% from 255 or 23.47% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F73F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F73F8 is #808C07. Grayscale: #858585. Windows color (decimal): -8424456 or 16282495. OLE color: 16282495.

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

Color convert

RGB 127 115 248 -
CMYK 0.49 0.54 0 0.03
HSL 245.41º 0.9% 0.71% -
HSV(B) 245.41º 0.54% 0.97% -
XYZ 31.83 23.55 91.68 -
YUV 133.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 127 115 248 0.49 0.54 0 0.03 245.41 0.9 0.71
Hex 7F 73 F8 31 36 0 3 F5 5A 47
Octal 177 163 370 61 66 0 3 365 132 107
Binary 1111111 1110011 11111000 110001 110110 0 11 11110101 1011010 1000111

Color Harmonies of #7F73F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F73F8

Black with #7F73F8

Text Example


Text Example

White with #7F73F8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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