Html Css Color HEX #7F7AF8 Light Slate Blue

📋 copy color: '#7F7AF8'

red 127 ◦ green 122 ◦ blue 248

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

Shades of Light Slate Blue #7F7AF8

Tints of Light Slate Blue #7F7AF8

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.55%

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

R = 25.55%
G = 24.55%
B = 49.9%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#7F7AF8 (or 0x7F7AF8) is known color: Light Slate Blue. HEX triplet: 7F, 7A and F8. RGB value is (127,122,248). Sum of RGB (Red+Green+Blue) = 127+122+248=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 122 (48.05% from 255 or 24.55% from 497); Blue value is 248 (97.27% from 255 or 49.90% from 497); Max value from RGB is 248 - color contains mainly: blue. Hex color #7F7AF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7AF8 is #808507. Grayscale: #898989. Windows color (decimal): -8422664 or 16284287. OLE color: 16284287.

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

Color convert

RGB 127 122 248 -
CMYK 0.49 0.51 0 0.03
HSL 242.38º 0.9% 0.73% -
HSV(B) 242.38º 0.51% 0.97% -
XYZ 32.66 25.21 91.95 -
YUV 137.86 190.16 120.25 -
System Red Green Blue C M Y K H S L
Decimal 127 122 248 0.49 0.51 0 0.03 242.38 0.9 0.73
Hex 7F 7A F8 31 33 0 3 F2 5A 49
Octal 177 172 370 61 63 0 3 362 132 111
Binary 1111111 1111010 11111000 110001 110011 0 11 11110010 1011010 1001001

Color Harmonies of #7F7AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7AF8

Black with #7F7AF8

Text Example


Text Example

White with #7F7AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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