Html Css Color HEX #7080FB Light Slate Blue

📋 copy color: '#7080FB'

red 112 ◦ green 128 ◦ blue 251

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

Shades of Light Slate Blue #7080FB

Tints of Light Slate Blue #7080FB

RGB

 RED value IS 112 (44.14% from 255) = 22.81%

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

 BLUE value IS 251 (98.44% from 255) = 51.12%

R = 22.81%
G = 26.07%
B = 51.12%

CMYK

 C value IS 0.55

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7080FB (or 0x7080FB) is known color: Light Slate Blue. HEX triplet: 70, 80 and FB. RGB value is (112,128,251). Sum of RGB (Red+Green+Blue) = 112+128+251=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #7080FB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7080FB is #8F7F04. Grayscale: #888888. Windows color (decimal): -9404165 or 16482416. OLE color: 16482416.

HSL color Cylindrical-coordinate representation of color #7080FB: hue angle of 233.09º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7080FB is Cyan = 0.55, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 112 128 251 -
CMYK 0.55 0.49 0 0.02
HSL 233.09º 0.95% 0.71% -
HSV(B) 233.09º 0.55% 0.98% -
XYZ 31.81 25.85 94.58 -
YUV 137.24 192.2 110 -
System Red Green Blue C M Y K H S L
Decimal 112 128 251 0.55 0.49 0 0.02 233.09 0.95 0.71
Hex 70 80 FB 37 31 0 2 E9 5F 47
Octal 160 200 373 67 61 0 2 351 137 107
Binary 1110000 10000000 11111011 110111 110001 0 10 11101001 1011111 1000111

Color Harmonies of #7080FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7080FB

Black with #7080FB

Text Example


Text Example

White with #7080FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7080FB; }

 p { color: rgb(112,128,251); }

 H1.HeaderClassName
 {
   color: #7080FB;
 }
 .AnyTagClassName
 {
   color: #7080FB;
 }
</style>

background-color css

<style>
 a { background-color: #7080FB; }

 a { background-color: rgb(112,128,251); }

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

border-color css

<style>
 span { border-color: #7080FB; }

 span { border-color: rgb(112,128,251); }

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