Html Css Color HEX #7A7FFE Light Slate Blue

📋 copy color: '#7A7FFE'

red 122 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #7A7FFE

Tints of Light Slate Blue #7A7FFE

RGB

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

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

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

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

CMYK

 C value IS 0.52

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#7A7FFE (or 0x7A7FFE) is known color: Light Slate Blue. HEX triplet: 7A, 7F and FE. RGB value is (122,127,254). Sum of RGB (Red+Green+Blue) = 122+127+254=503 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.25% from 503); Green value is 127 (50% from 255 or 25.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 #7A7FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7A7FFE is #858001. Grayscale: #8B8B8B. Windows color (decimal): -8749058 or 16678778. OLE color: 16678778.

HSL color Cylindrical-coordinate representation of color #7A7FFE: hue angle of 237.73º 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 #7A7FFE is Cyan = 0.52, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 122 127 254 -
CMYK 0.52 0.50 0 0.00
HSL 237.73º 0.99% 0.74% -
HSV(B) 237.73º 0.52% 1% -
XYZ 33.5 26.47 97.11 -
YUV 139.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 122 127 254 0.52 0.50 0 0.00 237.73 0.99 0.74
Hex 7A 7F FE 34 32 0 0 EE 63 4A
Octal 172 177 376 64 62 0 0 356 143 112
Binary 1111010 1111111 11111110 110100 110010 0 0 11101110 1100011 1001010

Color Harmonies of #7A7FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A7FFE

Black with #7A7FFE

Text Example


Text Example

White with #7A7FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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