Html Css Color HEX #7F7AFE Light Slate Blue

📋 copy color: '#7F7AFE'

red 127 ◦ green 122 ◦ blue 254

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

Shades of Light Slate Blue #7F7AFE

Tints of Light Slate Blue #7F7AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 50.5%

R = 25.25%
G = 24.25%
B = 50.5%

CMYK

 C value IS 0.50

 M value IS 0.52

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7F7AFE (or 0x7F7AFE) is known color: Light Slate Blue. HEX triplet: 7F, 7A and FE. RGB value is (127,122,254). Sum of RGB (Red+Green+Blue) = 127+122+254=503 (66% of max value = 765). Red value is 127 (50% from 255 or 25.25% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 254 (99.61% from 255 or 50.50% from 503); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F7AFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7F7AFE is #808501. Grayscale: #8A8A8A. Windows color (decimal): -8422658 or 16677503. OLE color: 16677503.

HSL color Cylindrical-coordinate representation of color #7F7AFE: hue angle of 242.27º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7F7AFE is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 127 122 254 -
CMYK 0.50 0.52 0 0.00
HSL 242.27º 0.99% 0.74% -
HSV(B) 242.27º 0.52% 1% -
XYZ 33.6 25.59 96.93 -
YUV 138.54 193.16 119.77 -
System Red Green Blue C M Y K H S L
Decimal 127 122 254 0.50 0.52 0 0.00 242.27 0.99 0.74
Hex 7F 7A FE 32 34 0 0 F2 63 4A
Octal 177 172 376 62 64 0 0 362 143 112
Binary 1111111 1111010 11111110 110010 110100 0 0 11110010 1100011 1001010

Color Harmonies of #7F7AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7AFE

Black with #7F7AFE

Text Example


Text Example

White with #7F7AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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