Html Css Color HEX #7F80FD Light Slate Blue

📋 copy color: '#7F80FD'

red 127 ◦ green 128 ◦ blue 253

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

Shades of Light Slate Blue #7F80FD

Tints of Light Slate Blue #7F80FD

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.2%

 BLUE value IS 253 (99.22% from 255) = 49.8%

R = 25%
G = 25.2%
B = 49.8%

CMYK

 C value IS 0.50

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#7F80FD (or 0x7F80FD) is known color: Light Slate Blue. HEX triplet: 7F, 80 and FD. RGB value is (127,128,253). Sum of RGB (Red+Green+Blue) = 127+128+253=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F80FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F80FD is #807F02. Grayscale: #8D8D8D. Windows color (decimal): -8421123 or 16613503. OLE color: 16613503.

HSL color Cylindrical-coordinate representation of color #7F80FD: hue angle of 239.52º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F80FD is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 127 128 253 -
CMYK 0.50 0.49 0 0.01
HSL 239.52º 0.97% 0.75% -
HSV(B) 239.52º 0.5% 0.99% -
XYZ 34.2 27.04 96.35 -
YUV 141.95 190.67 117.34 -
System Red Green Blue C M Y K H S L
Decimal 127 128 253 0.50 0.49 0 0.01 239.52 0.97 0.75
Hex 7F 80 FD 32 31 0 1 F0 61 4B
Octal 177 200 375 62 61 0 1 360 141 113
Binary 1111111 10000000 11111101 110010 110001 0 1 11110000 1100001 1001011

Color Harmonies of #7F80FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F80FD

Black with #7F80FD

Text Example


Text Example

White with #7F80FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,128,253); }

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

background-color css

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

 a { background-color: rgb(127,128,253); }

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

border-color css

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

 span { border-color: rgb(127,128,253); }

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