Html Css Color HEX #7F80FC Light Slate Blue

📋 copy color: '#7F80FC'

red 127 ◦ green 128 ◦ blue 252

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

Shades of Light Slate Blue #7F80FC

Tints of Light Slate Blue #7F80FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 49.7%

R = 25.05%
G = 25.25%
B = 49.7%

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

#7F80FC (or 0x7F80FC) is known color: Light Slate Blue. HEX triplet: 7F, 80 and FC. RGB value is (127,128,252). Sum of RGB (Red+Green+Blue) = 127+128+252=507 (67% of max value = 765). Red value is 127 (50% from 255 or 25.05% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #7F80FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F80FC is #807F03. Grayscale: #8D8D8D. Windows color (decimal): -8421124 or 16547967. OLE color: 16547967.

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

Color convert

RGB 127 128 252 -
CMYK 0.50 0.49 0 0.01
HSL 239.52º 0.95% 0.74% -
HSV(B) 239.52º 0.5% 0.99% -
XYZ 34.04 26.98 95.51 -
YUV 141.84 190.17 117.42 -
System Red Green Blue C M Y K H S L
Decimal 127 128 252 0.50 0.49 0 0.01 239.52 0.95 0.74
Hex 7F 80 FC 32 31 0 1 F0 5F 4A
Octal 177 200 374 62 61 0 1 360 137 112
Binary 1111111 10000000 11111100 110010 110001 0 1 11110000 1011111 1001010

Color Harmonies of #7F80FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F80FC

Black with #7F80FC

Text Example


Text Example

White with #7F80FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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